body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #FFAB2E;
}

.menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #FFF; 
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.menu.active {
    width: 250px;
}

.menu a {
    padding: 12px 20px;
    text-decoration: none;
    font-size: 15px; 
    color: #000;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #4D49FF; 
}

.menu a:hover {
    background-color: #4D49FF; 
    padding-left: 30px; 
}

.menu .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #FFF;
    color: #4D49FF;
    padding: 10px 15px;
    border: none;
    position: absolute; 
    top: 10px; 
    left: 25px; 
}

.openbtn:hover {
    background-color: #4D49FF;
}

.menu-content {
    padding: 20px;
}

.imagemlogo {
    position: absolute;
    top: 20px;
    right: 80px;
    transform: translate(50%, 0);
}

.container {
    background-color: #FFFF;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 90%;
    max-width: 400px;
    color: #ffffff;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #dadadd86;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s ease;
}

.overlay.active {
    opacity: 1;
    z-index: 0;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    z-index: -1;
}

.imagemlogo {
    position: absolute;
    top: 20px;
    right: 80px;
    transform: translate(50%, 0);
}

.imagemPerfil {
    position: absolute;
    top: 100px;
    right: 270px;
    transform: translate(50%, 0);
}

.imagemConfiguracao {
    position: absolute;
    top: 70px;
    right: 50px;
    transform: translate(50%, 0);
}

.texto01 {
    position: absolute;
    top: 116px;
    right: 160px;
    transform: translate(50%, 0);
    font-family:  Roboto; 
    color: #000;
    font-size: 18px
}

.texto02 {
    position: absolute;
    top: 148px;
    right: 137px;
    transform: translate(50%, 0);
    font-family:  Roboto; 
    color: #000;
    font-size: 14px
}

.texto03 {
    position: absolute;
    top: 248px;
    right: 287px;
    transform: translate(50%, 0);
    font-family:  Roboto; 
    color: #4D49FF;
    font-size: 23px
}

.texto04 {
    position: absolute;
    top: 248px;
    right: 201px;
    transform: translate(50%, 0);
    font-family:  Roboto; 
    color: #4D49FF;
    font-size: 23px
}

.texto05 {
    position: absolute;
    top: 298px;
    right: 293px;
    transform: translate(50%, 0);
    font-family:  Roboto; 
    color: #4D49FF;
    font-size: 18px
}

.texto06 {
    position: absolute;
    top: 300px;
    right: 211px;
    transform: translate(50%, 0);
    font-family:  Roboto; 
    color: #000;
    font-size: 16px
}

.texto07 {
    position: absolute;
    top: 338px;
    right: 293px;
    transform: translate(50%, 0);
    font-family:  Roboto; 
    color: #4D49FF;
    font-size: 18px
}

.texto08 {
    position: absolute;
    top: 340px;
    right: 175px;
    transform: translate(50%, 0);
    font-family:  Roboto; 
    color: #000;
    font-size: 16px
}

.texto09 {
    position: absolute;
    top: 378px;
    right: 293px;
    transform: translate(50%, 0);
    font-family:  Roboto; 
    color: #4D49FF;
    font-size: 18px
}

.texto10 {
    position: absolute;
    top: 382px;
    right: 225px;
    transform: translate(50%, 0);
    font-family:  Roboto; 
    color: #000;
    font-size: 16px
}

.texto11 {
    position: absolute;
    top: 448px;
    right: 287px;
    transform: translate(50%, 0);
    font-family:  Roboto; 
    color: #4D49FF;
    font-size: 23px
}

.imagemAvaliacao01{
    position: absolute;
    top: 500px;
    right: 160px;
    transform: translate(50%, 0);
}

.imagemAvaliacao02{
    position: absolute;
    top: 500px;
    right: 60px;
    transform: translate(50%, 0);
}

.imagemAvaliacao03{
    position: absolute;
    top: 500px;
    right: -40px;
    transform: translate(50%, 0);
}

.imagemEstrela01{
    position: absolute;
    top: 645px;
    right: 284px;
    transform: translate(50%, 0);
}

.imagemEstrela02{
    position: absolute;
    top: 647px;
    right: 180px;
    transform: translate(50%, 0);
}

.imagemEstrela03{
    position: absolute;
    top: 649px;
    right: 80px;
    transform: translate(50%, 0);
}

.botaoRegistrar{
   
    width: 100%;
    padding: 10px;
    background-color: #4D49FF;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    margin-top: 690px;
}

.botaoRegistrar:hover{
    background-color: #5656ff;
    transform: scale(1.1);
}