body {
    background-color: black;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.header--main {
    color: white;
    font-weight: normal;
    font-size: 50px;
}

.header--secondary {
    color: white;
    font-weight: normal;
    font-size: 41px;
}

.header--subheader {
    color: grey;
    font-size: 21px;
}

.link-cta {
    color: aquamarine;
    font-size: 16px;
}

.travel {
    color: white;
    font-weight: 300;  
    font-size: 42px;
}

.images{
    align-items: center;
}
 
footer {
    color: grey;
    text-align: right;
    font-size: 20px;
    margin-top: 50px;
    margin-right: 5px;
}