@font-face {
    font-family: "GlassTTY";
    src: url("../font/Glass_TTY_VT220.ttf");
}

body {
    background-color: #111111;
    color: #eeeeee
}

.main-container {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align : center;
}

.text {
    font-family: "GlassTTY";

}

.title {
    font-size: 100px;
}

.subtitle {
    font-size: 50px;
}