*{
    font-family: "Zen Maru Gothic", sans-serif;
}
body{
    background-color: lightcyan;
}
div#main{
    background-color: white;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #444;
    border-radius: 10px;
}