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

@font-face {
    font-family: Bitroot;
    src: url("../fonts/Bitroot.otf.woff2");
}

@font-face {
    font-family: Bitroot-SquareDot;
    src: url("../fonts/Bitroot-SquareDot.otf.woff2");
}

@font-face {
    font-family: Bitroot-CircleDot;
    src: url("../fonts/Bitroot-CircleDot.otf.woff2");
}

body {
    font-family: sans-serif;
}

.header {
    .title {
        margin-top: 16px;
        margin-bottom: 16px;
        text-align: center;
        font-family: Bitroot, sans-serif;
        font-size: 66px;
        font-weight: normal;
    }
}

.main {
    padding: 16px;

    .options {
        margin-bottom: 16px;
        text-align: center;

        .option {
            margin-left: 12px;
            margin-right: 12px;
            font-size: 16px;
            font-weight: bold;
        }
    }

    .input-box {
        width: 100%;
        height: 400px;
        padding: 16px;
        resize: vertical;
        font-family: Bitroot, sans-serif;
        font-size: 44px;
    }
}

.footer {
    text-align: center;
    font-size: 16px;
}
