body {
    font-family: sans-serif;
    background-color: #664766;
    font-size: 1.5rem;
    color: #fecee6;
    display: flex;
    justify-content: space-evenly;
}
.main {
    border: 0.5rem;
    border-style: solid;
    border-color: #fecee6;
    background-color: #220a18;
    height: 20rem;
    width: 90rem;
    text-align: center;
}
.nav {
    border: 0.5rem;
    border-style: solid;
    border-color: #fecee6;
    background-color: #220a18;
    height: 32rem;
    width: 20rem;
    position: fixed;
    translate: -167% 70%;
}
.rev {
    border: 0.5rem;
    border-style: solid;
    border-color: #fecee6;
    background-color: #220a18;
    height: 32rem;
    width: 65.6rem;
    position: fixed;
    translate: 18.4% 70%;
}
a {
    color: #fecee6;
    text-decoration: none;
}
.listens {
    border: 0.5rem;
    border-style: solid;
    border-color: #fecee6;
    background-color: #220a18;
    width: 30rem;
    position: absolute;
    text-align: center;
    left: 50%;
    margin-right: -50%;
    margin-top: 24rem;
    transform: translate(-50%, -50%);
}
.top {
    border: 0.5rem;
    border-style: solid;
    border-color: #fecee6;
    background-color: #220a18;
    height: 30rem;
    width: 60rem;
    position: absolute;
    text-align: center;
    left: 50%;
    margin-right: -50%;
    margin-top: 40rem;
    transform: translate(-50%, -50%);
}
.yume {
    border: 0.5rem;
    border-style: solid;
    border-color: #fecee6;
    background-color: #220a18;
    width: 90rem;
    position: absolute;
    text-align: center;
    left: 50%;
    margin-right: -50%;
    margin-top: 24rem;
    transform: translate(-50%, -50%);
}
h1 {
    font-size: 2rem;
    color: fecee6;
}