@font-face {
    font-family: 'Shotaru';
    src: url('fonts/ShotaruV3-Regular.eot');
    src: url('fonts/ShotaruV3-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/ShotaruV3-Regular.svg#ShotaruV3-Regular') format('svg'),
        url('fonts/ShotaruV3-Regular.ttf') format('truetype'), url('fonts/ShotaruV3-Regular.woff') format('woff'), url('fonts/ShotaruV3-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

html {
    background-color: #4500d2;
}
body {
    font-family: 'Shotaru';
    color: #fff;
    font-size: 1.5rem;
}
div {
    text-align: center;
}
.logo {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    body {
        font-size: 1.75rem;
    }
    .logo {
        max-height: 440px;
    }
}
@media screen and (min-width: 1400px) {
    body {
        font-size: 2rem;
    }
    .logo {
        max-height: 700px;
    }
}
