body, .wrap {
background: #fff6ed;
border: none;
box-shadow: none;
}
a {
color: #000;
text-decoration: none;
position: relative;
}
.right a > .feed {
background: transparent;
}
.right a::after, .home-options a::after {
content: '';
position: absolute;
bottom: -5%;
top: 100%;
left: 0%;
right: 0%;
background: #000;
color: transparent;
transition: 0.25s;
transition-timing-function: ease;
}
.right a:hover::after, .home-options a:hover::after {
right: 100%;
transition: 0.25s;
transition-timing-function: ease;
}
.header {
border-bottom: .1rem solid #000;
}
.logo {
display: flex;
align-items: center;
justify-content: center;
}
.center .button {
display: none;
}
.button {
border-radius: 2rem;
background: #000;
}