body {
    width: 100%;
    height: 100%;
}

.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 80px;
    margin: auto;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #FFFFFF;
}

.logo img {
    width: 27px;
    height: 27px;
    padding: 0 10px;
}

.logo {
    color: var(--cor-logo);
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    margin-right: 15px;
}


.links a {
    color: var(--cor-cinza);
    font-size: 16px;
    font-weight: 500;
    align-items: center;
    text-decoration: none;
    padding: 0 20px;

}

.login .entrar {
    text-align: center;
    background: none;
    border: none;
    color: var(--cor-cinza);
    font-size: 16px;
    font-weight: 500;
    padding: 8px 20px;
    cursor: pointer;
}

  #cadastro {
    color: #FFFFFF;
    width: 112px;
    height: 44px;    
    font-size: 16px;
    font-weight: 500;
    background-color: #8E2424;
    border-radius: 8px;
    border: none;
    cursor: pointer;
  } 