@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
}
body{
    font-family: 'Poppins';
    font-size: 22px;
    background-color: #F6F0E7;
    color: #000000;
}
.container{
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-left: 87px;
    padding-right: 72px;
    padding-top: 59px;
    align-items: center;
}

header nav .center{
    display: flex;
    flex: 1;
    align-items: center;
}
header nav li{
    margin: 0 56px;
}
header nav li a{
    color: #000000;
    text-decoration: none;
}
.rightside{
    border-radius: 30px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    width: 314px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    padding-right: 30px;
}
.rightside input{
    border: none;
    background-color: #F6F0E7;
    margin-left: 10px;
    height: 32px;
    font-size: 22px;
    font-family: 'Poppins';
    width: 150px;
}
.linha{
    height: 32px;
    border-right: #999;
    width: 1px;
    background-color: #999;
}
.text{
    font-family: 'Poppins';
    color: #909090;
    margin-top: 35px;
}
.link{
    display: flex;
    padding-top: 44px;
    gap: 40px;
    align-items: center;
}
.preto{
    padding: 20px 40px;
    background-color: #2f2f2f;
    border-radius: 84px;
    color: #F4ECE1;
    text-decoration: none;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-family: 'Poppins';
    display: flex;
    align-items: center;
    justify-content: center;
}
.branco{
    padding: 20px 40px;
    background-color: #FFF8F0;
    border-radius: 100px;
    color: #2f2f2f;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'poppins';
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);

}
.avaliation{
    padding-top: 69px;
}
.container img{
    padding-right: 90px;
}