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

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

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

.arrow{
    width: 3vw;
}

.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);
}

.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; */
}


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

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



img{
    /* padding: 2vw; */
    /* border: .25vw rgb(255, 255, 255) solid; */
    border-radius: 2vw;
    margin: 2vw;
}