html {
    height: 100%;
}
body {
    background-color: lightblue;
}

/* Custom user interfaces */
.ui {
    text-align: center;
}
.ui select, .ui input{
    margin-bottom: 10px;
    font-size: 35px;
}

/* Some fonts */
@font-face {
    font-family: korin;
    src: url(fonts/KorinnaBold.ttf);
}

@font-face {
    font-family: swiss9;
    src: url(fonts/Swiss911.ttf);
}

@font-face {
    font-family: aple;
    src: url(fonts/Aple.ttf);
}

/*   */
select option{
    background-color: black !important;
}
