@font-face {
    font-family: delius;
    src: url('/fonts/DeliusSwashCaps-Regular.ttf');
}

body {
    background-image: url(images/bg01.png);
    font-family: delius;
    color: #f28482;
}

#box {
    width: 500px;
    max-height: 450px;
    background-color: #ffe9e5;
    border: solid 1px #ffc3be;
    margin: auto;
    margin-top: 10%;
    align-content: center;
    text-align: center;
}

h2 {
    text-align: center;
    margin-top: -5px;
}

#miku {
    max-height: 200px;
    margin-top: 10px;
}