@font-face {
    font-family: "DM Serif Text";
    src: local("DM Serif Text"),
        url(../font/DMSerifText-Regular.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

html,
body,
#renderCanvas {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: none;
    touch-action: manipulation;
    -webkit-text-size-adjust: 100%;
}

body {
    background-color: rgb(0, 0, 0);
    background-image: url("../img/splash2.jpg?2");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.title {
    padding: 34px 46px;
    font-family: "DM Serif Text", sans-serif;
    font-size: 38px;
    color: rgb(0, 0, 0);
    display: block;
}

@media only screen and (max-width: 600px) {
    .title {
        margin: 0 auto;
        text-align: center;
    }
}
