* {
    margin: 0;
    padding: 0;
}

body {
    background-color: black;
}

.container {
    color: white;
}

.header {
    display: flex;
    justify-content: center;
    color: white;
}

.title {
    font-family: 'Rubik Storm';
}

.title-small {
    font-size: 12px;
    font-family: 'VT323';
}

.eye-container {
    display: flex;
    justify-content: center;
}

.underheader {
    justify-content: center;
}

.eye {
    font-family: 'VT323';
    font-size: 18px;
}

.warning {
    display: flex;
    justify-content: center;
    font-family: 'VT323';
}