body {
    font-family: 'Helvetica', sans-serif;
}

h1 {
    font-weight: lighter;
}

.arrow {
    cursor: pointer;
    font-size: 2vw;
}
.image-container {
    display: flex;
    width: 40%;
    align-items: center;
    font-size: 1vw;
    margin-bottom:3vh;
}

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

.image {
    width: 100%;
}

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

.home{
    font-size: 3vw;
}

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

h1{
    margin-left: 2vw;
}

.text{
    width:75%;
    margin-left:2vw;
    text-align: justify;
    text-justify: inter-word;
    margin-bottom: 4vh;
    font-size: 2vh;
}