* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "Dot";
    src: url(../font/DotGothic16-Regular.ttf) format("truetype");
}

html {
    font-family: "Dot";
    scroll-behavior: smooth;
    scroll-padding-top: 25px;
    height: 100%;
    width: 100%;
    background-image: url(../img/bg_00.png);
    background-repeat: repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: 64px;
}

body {
    
}

header {
    
}

main {
    font-size: 16px;
    width: 100%;
    height: 100vh;
    align-content: center;
    justify-items: center;
    color: white;

    h1 {
        img {
            height: 32px;
        }
    }
}

footer {
    
}