@import url('//fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Press+Start+2P&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    font-family: 'Roboto';
    color: #EEE1B3;
    background-color: #2F394D;
}

html, body {
    height: 100%;
}

h1 {
    font-family: 'Press Start 2P';
    font-weight: 900;
    text-shadow: 2px 2px #56666B ;
}

h2 {
    font-family: 'Press Start 2P';
    font-weight: 400;
    text-shadow: 2px 2px #56666B ;
}

h5 {
    font-family: monospace;
    font-weight: 300;
}

ul {
    padding: 0px;
    list-style: none;
}

.flex-fixed-width {
    flex: 0 0 100px;
}

#container {
    width: 560px;
    max-height: 182px;
}

i {
    padding-right: 10px;
    padding-top: 3px;
}

.btn {
    color: #EEE1B3;
    text-align: center;
}

@media screen and (max-width: 1000px) {  
    h1 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1.5rem;
    }
    .btn {
        font-size: 15px;
    }
    #container {
        width: 75%;
    }
    #subtitleText {
        font-size: 1rem;
        text-align: center;
    }
    #links {
        scale: 75%;
    }
    object {
        width: 100%;
        background-color: white;
    }

}