* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: monospace;
}

body {
    width: 100vw;
    height: 100vh;
    background-color: #313131;
    color: #d1d1d1;
}

main {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-title {
}