body {
    background-color: #27272e;
    font-family: 'cherry swash';
}

.hug {
    
    width: 700px;
    box-sizing: border-box;
    padding: 10px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

table {
    box-sizing: border-box;
    padding: 0px;
    width: 500px;
    border: 1px dashed rgb(212, 230, 255);
}

th {
    background-color: rgb(212, 230, 255);
}

td {
    background-color: rgb(235, 242, 252);
}

.desc {
    width:500px;
    margin-top: 20px;
    color: rgb(235, 242, 252);
    box-sizing: border-box;
}

a {
    color:rgb(212, 230, 255);
}

a:hover {
    color:rgb(235, 242, 252);
}

/*Status.cafe*/
#statuscafe {
    padding: none;
}
#statuscafe-username {
    display:none;
}
