html {
background-color: #fdf5e6;
height: 100%;
}
body {
min-height: 100%;
}
.navbar {
background-color: #dcb495;
display: inline-flex;
height: 8vw;
}
.auth_button {
color: #ffffff;
font-size: 1.5vw;
transition: font-size 0.5s ease-in, text-shadow 1s ease-in;
}
.auth_button:hover {
font-size: 1.55vw;
color: #ffffff;
text-shadow: 0px 0px 20px #ffffff;
}
.footer {
background-color: #171717;
height: 15vw;
}
.footer_block {
height: 100%;
width: 90%;
margin-left: 5%;
display: flex;
align-content: center;
align-items: center;
}
.footer_logo {
width: 7vw;
height: 7vw;
}
.footer_rights {
color: #ffffff;
font-size: 1.5vw;
width: 85%;
text-align: center;
}