/* CSS Document */
html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
div {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
h1 {
    font-family: bello-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10vw;
    transform: rotate(-4deg);
    margin: 0;
    padding: 0;
}
h2 {
    font-family: kanit, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.6em;
    margin-bottom: 0;
}
ul {
    margin-top: 0.5em;
    padding-inline-start: 0;
    list-style: none;
    font-size: 1.6em;
}
ul li {
    display: inline-block;
    padding: 0 0.2em;
}
a {
    color: #000000;
    transition: all 0.6s ease 0s;
}
a:hover {
    color: #666666;
    cursor: pointer;
}