*{
    padding: 0;
    margin: 0;
    color: #6d8d8a;
    overflow-x: hidden;
}

::selection{
    background-color: #c2b9a2;
    color: white;
}

body{
    font-family: MS UI Gothic, Helvetica, sans serif;
}

nav{
    background-color: #fff9eb;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    padding-top: 1%;
    padding-left: 1%;
    padding-bottom: 1.5%;
    height: 15px;

    overflow: hidden;
}

a{
    text-decoration: none;
}

nav>a{
    float: left;
    text-decoration: none;
    color: black;
    margin-right: 10px;
    font-weight: 900;
}
nav>a>p{ width: min-content; }
nav>a:hover>p{ background-color: #9c9480; color: white; }

h1{
    font-size: 23px;
}

.content{
    padding: 1%;
    width: 90%;
}

.list{
    height: 25%;
}

.emoji{
    height: 25px;
}