* {
    box-sizing: border-box;
}
 
body{
    margin: 0vw;
    width: 100vw;
}

p,h2{
    margin-left: 2vw;
    margin-right: 2vw;
}

p,h1{
    font-family: 'Comfortaa', sans-serif;
}
h1{
    display: flex;
    justify-content: center;
}
p{
    line-height: 2vw;
}

.arrow{
    z-index: 1;
    font-size: 4vw ;
    transform: rotate(180deg);
    margin-left: 2vw;
    width: 3vw;
}

.arrow p{
    margin: 0;
    margin-top: 2vw;
}

.arrow:hover{
    opacity: 60%;
    /* font-size: 15vw;
    margin-left: 4vw; */
}

.imge{
    display: flex;
    justify-content: right;
    width: 50vw;
}


h1{
    font-family: 'Monoton', sans-serif;
    letter-spacing: .25vw;
    word-spacing: 1vw;
    display: flex;
    justify-content: center;
}

a{
    text-decoration: none;
    color: rgb(40, 40, 40);
}


.info{
    display: flex;
    justify-content: space-between; 
    align-items: center;
}

img{
    padding: .25vw;
    margin: 1vw;
    width: 40vw;
    border: .5vw inset rgb(0, 0, 0);
    border-radius: 2vw;
}