body{
    margin: 0;
}
nav{
    background-color: white;
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 50px;
}
.list{
    color: #393053;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
}
.list:hover{
    font-weight: bolder;
}
button{
    padding: 10px;
    background-color: #E5E0FF;
    color:#18122B;
    border-radius: 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    border: none;
    cursor: pointer;
}
button:hover{
    background-color:#ECF2FF;
    color:#18122B;
    font-weight: bolder;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
.forest{
    display: flex;
    width:100%;
}
.other{
    display:flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: 'Gabriela', serif;
    margin: 30px;
}
.other2{
    display:flex;
    flex:1;
    font-family: 'Gabriela', serif;
    } 
.other3{
    margin: 70px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    background-color: #E5E0FF;
    border-radius: 10px;
    padding: 30px;
}
.other3:hover{
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
.element{
    display: flex;
    justify-content: space-evenly;
    text-decoration: none;


}
.foto3{
    width: 100%;
}
footer{
    display:flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: bold;
}

hr{
    border: #393053 5px solid;
}

@media all and (max-width: 800px){
    nav{
        display:flex;
        flex-direction: column;
        margin: 0;
        align-items: flex-start;
    }
    .list{
        padding: 10px;
    }
    video{
        width: 100%;
        margin-top: 10px;
    }
    .text{
        font-size: 20px;
    }
    .other2{
        display:flex;
        flex-direction: column;
        font-size: smaller;
    }
    .other3{
        margin: 20px;
        padding:20px;

    }
}