* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Ysabeau SC", sans-serif;
    color: #fff;
    overflow: hidden;
}

img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { border: none; font-family: "Ysabeau SC", sans-serif; background: none; }

.footer {
    margin-top: 120px;
}