* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}


#hed{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    

    background-color: crimson;

}

#ham{
    display: none;
}

nav{

    padding-right: 100px;
}

.buut{
    padding-right: 50px;
    font-family:Roboto;
    -webkit-text-fill-color: black;

    text-decoration-line: none;
}

#es{

    margin-bottom: 30px;
    
}

#oi{
    width: 100%;
}

h1{
    font-family:Roboto;
    margin-left: 30px;
    margin-right: 30px;
    max-width: 100%;
}

p{
    width: 500px;
    margin-top: 20px;
    padding-bottom: 30px;
    font-family: Lobster;
    margin-left: 30px;
    margin-right: 30px;
    max-width: 100%;



}

#idiota{
    width: 500px;
    margin-top: 20px;
    padding-bottom: 30px;
    font-family: Lobster;
    margin-left: 300px;
    margin-right: 30px;
    max-width: 100%;
    


}

#laide{
    transition: top .5s;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100vh;
    top: -120%;
    left: 0;
    padding: 15px;

    background-color: #B4DD13;
}

#xis{
    width: 50px;
}

#menus{
    width: 100px;
    display: flexbox;
    align-items: center;
   font-family: Roboto;
   justify-self: center;
   
}

.lero{
    align-content: center;
    justify-content: space-around;
    padding: 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: larger;
    -webkit-text-fill-color: black;
}



@font-face{
    font-family: Roboto;
    src: url(tipos/Roboto/static/Roboto-Medium.ttf);

    font-family: Lobster;
    src: url(tipos/Lobster/Lobster-Regular.ttf);
}


@media (max-width: 360px)
 {

.buut{
    display: none;

}

#ham{
    display: block;
   
}

#ime{
    width: 35%;
}

p{
    width: 70%;
    justify-self: center;
}

nav{
    padding-right: 15px;
}

h1{
    justify-self: center;
}

#idiota{
    margin-left: 0;
    float: none;
    width: 70%;
}



}






