body {
    background: rgb(48, 48, 48);
    color: white;
}

header {
    text-align: center;
    background-color: rgb(16, 16, 16);
    padding-top: 16px;
    padding-bottom: 32px;
}

header a {
    color: white;
    text-align: center;
    text-transform: uppercase;
    margin-top: 24px;
}

section {
    padding-block: 24px;
    padding-inline: 24px;
}

footer {
    background: rgb(16, 16, 16);
    padding-block: 16px;
    text-align: center;
}

h1 {
    color: rgb(0, 185, 255)
}

a {
    color: white;
    display: block;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    padding-inline: 16px;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
    font-size: 20px;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li {
    display: inline-block;
    margin: 0;
}

.links {
    text-align: center;
}

.about{
    text-align: center;
}

.moresoon {
    text-align: center;
}

.countdown {
    text-align: center;
}