html {
    max-width: 100%;
    height: 100%;
    text-align: center;
    background-color: #202225;
    font-family: 'Courier New', 'Helvetica', sans-serif;
}

.welcome-heading { 
    color: #FFF;
    margin-top: 40px;
    margin-bottom: 60px;
}

.error-text-heading { 
    color: #FFF;
}

img {
    max-width: 100%
}

@media only screen and (min-width: 500px) {
    .widget {
        scale: 150%;
        margin-top: 35px;
    }
}

@media only screen and (min-height: 460px) {
    body {
        margin-top: 5%;
    }
}