body{
    background-image: url('about.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    font-family: Helvetica, sans-serif;
    color:black;
}

.header{
    font-weight: bold;
    font-size: 5vw;
}

a{
    color:black;
    text-decoration: none;
}

a:hover{
    color:azure;
    cursor: pointer;
}

#collection>a{
    color:azure;  
}

.home{
    font-size: 1.5vw;
    display: flex;
    width:100%;
    justify-content: right;
}

.arrow {
    cursor: pointer;
    font-size: 2vw;
}
.image-container {
    display: flex;
    width: 75%;
    align-items: center;
    justify-content: right;
    font-size: 1vw;
    margin-right:0;
    margin-left:auto;
}

.images {
    display: flex;
    overflow: hidden;
    margin: 1vw;
}

.image {
    width: 100%;
}

img {
    width: 100%;
    height: auto;
}