@font-face {
    font-family: "SpaceMono";
    src: url("/fonts/SpaceMono-Regular.ttf");
}
@font-face {
    font-family: "SpaceMonoBold";
    src: url("/fonts/SpaceMono-Bold.ttf");
}
@font-face {
    font-family: "SpaceMonoItalic";
    src: url("/fonts/SpaceMono-Italic.ttf");
}

body {
    font-family: 'SpaceMono';
    background-color: #232323;
}

h1 {
    font-size: 2.5rem;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.logo img {
    height: 100%;
}

.logo {
    width: 3rem;
    height: 3rem;
}

.text {
    color: white;
    margin: auto;
}

.text h1, .text h2 {
    text-align: center;
}

.text h2 {
    font-family: 'SpaceMonoBold';
}