*{
    font-family: "SUIT", sans-serif;
}
header{
    position: sticky;
    top: 0;
    background-color: rgb(230, 218, 201);
    padding: 10px;
}
p#total{
    font-size: 8px;
    position: relative;
    top: -10px;
}
body{
    background-color: rgb(247, 241, 232);
}
p#notice{
    font-size: 10px;
    font-weight: bold;
}

span.material-icons-outlined{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

a{
    text-decoration: none;
    color: black;
}

p#title{
    margin-top: 20px;
    font-weight: 700;
    font-size: 17px;
}

p#popular{
    font-size: 13px;
}

footer{
    margin-top : 60px;
    
}

button#blue{
    background-color: rgb(226, 147, 147);
    border: transparent;
    color: white;
    padding: 7px;
    margin-top: 4px;
    font-size: 10px;
}

button#red{
    background-color: rgb(223,31,32);
    border: transparent;
    color: white;
    padding : 7px;
    margin-top: 4px;
    margin-right: 4px;
    border-radius: 10%;
    
}