* {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: white;
}

html {
    height: 100%;
}

body {
    height: 100%;
    background: linear-gradient(0deg, rgba(16, 37, 78, 0.7), rgba(16, 37, 78, 0.7)), url('/media/image/monumen-sma-pradita-dirgantara-2.jpg');
}

header img {
    max-height: 5rem;
}

nav {
    background-color: rgba(26, 41, 93, 1);
}

main {
    padding-top: 3rem;
}

main h1,
h2 {
    padding-top: .5rem;
    font-weight: 900;
}

.timer-app {
    margin-bottom: 2rem;
    margin-top: 5rem;
}

table {
    background-image: linear-gradient(to right, rgba(20, 28, 161, 0.5), rgba(53, 92, 205, 0.5));
}

table th {
    font-size: 1rem;
}

#timer-table {
    border-radius: 0.5rem;
}

.display-2 {
    width: 2rem;
}

.display-1 {
    width: 0.5rem;
}

#text-pengumuman {
    text-decoration: underline;
    font-weight: 700;
}

footer {
    position: absolute;
    bottom: 2rem;
    color: white;
    width: 100%;
}

@media (max-width: 400px) {
    footer {
        position: static;
        margin-top: 2rem;
        margin-bottom: 2rem;
        
    }
}

@media (min-width: 992px) {
    body {
        background-size: cover;
    }
}