* {
    padding: 0;
    margin: 0;
}


html {
    text-align: center;
    font-size: 62.5%;
    background-color: #fcf5ed;
    font-family:Arial, sans-serif;
    display: inline;
}

header {
    font-size: 2.5rem;
    margin-top: 5%;
    color: #87481a;
}



.nav > li::before {
    content: "☕ ";
    font-size: 20px;
}

.nav span {
    font-size: 2.5rem;
    color: #87481a;
    width: 100%;
    font-weight: bold;
    text-align: right;
}

.nav li {
    display: inline-block;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.nav li a {
    text-decoration: none;
    font-size: 2.5rem;
    line-height: 45px;
    color: #000;
    display: inline-block;
    width: 85%;
    
}

.nav {
    margin: 0 35%;
    text-align: left;
}

.nav li:hover {
    background-color: #bd95784d;
}
