main {
    color: #ffffff;
    padding-left: 40px;
    
    height: 80vh;

    display: flex;
    justify-content: center;
    flex-direction: column;
}

main .title {
    font-family: "Geist Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 900;
    font-size: 40px;

    margin-bottom: 20px;
}

main .sub {
    font-family: "Geist Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 20px;

    color: #999999;
}