@font-face {  
    font-family: 'Algebra';
    font-weight: 400;
    font-style: normal;
    src:  url('assets/fonts/Algebra-Regular.woff2') format("woff2"),
}

@font-face {  
    font-family: 'Algebra';
    font-weight: 700;
    font-style: normal;
    src: url('assets/fonts/Algebra-Medium.woff2') format("woff2"),
}

body {
    margin: 0px;
}

.splash-wrapper {
    background-color: black;
    color: white;
    height: 100vh;
    font-family: 'Algebra', monospace;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.splash-title {
    font-size: 40px;
    margin-top: 20px;
    font-family: 'Algebra', monospace;
    text-align: center;
    height: 50px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
    width: 100%;
}

#main-info {
    font-size: 1em;
}

.continue-button {
    width: 100%;
    height: 50px;
    background: white;
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    text-decoration: none;
}

.link {
    color: initial;
    text-decoration: none;
    font-family: 'Algebra', monospace;
    font-weight: bold;

}