*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    width: 100%;
    background-image: url(img/bg\ 2.1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.frase{
    display: block;
    margin: px;
    float: right;
    padding-top: 20%;
    padding-right: 10%;
display: flex;
flex-direction: column;
align-items: flex-start;
align-content: center;}
    

header{
    display: flex;
    align-items: flex-end;}

ul{
    display: flex;
    flex-direction: row;
    list-style: none;
    align-items: flex-end;
    clear: right;
    gap: 40px;
    padding-left: 40%;
    padding-bottom: 2%;
    padding-top: 20%;}

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

.menu{
    display: flex;
    flex-direction: row;
    list-style: none;
    align-items: flex-end;
    clear: right;
    gap: 40px;
    padding-left: 40%;
    padding-bottom: 0%;
    font-size: 5%;

}   
 
    button{
    padding: 20px 60px;
    font-size: 18px; 
    background-color: rgb(255, 255, 255);
    border: 0px;
    box-sizing: border-box;
    white-space: nowrap;
}

button:hover{
    background-color: rgb(255, 219, 59);
    border: 5px;
    border-color: rgb(255, 174, 53);}



    