html, body {
    background-color: #002c3d;
    background-size: 10000px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align:middle;
    margin: 0;
    height: 100%;
    width: 100%;
}

h1 {
    font-size: 60px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
}

header {
    text-align: center;
}


footer {
    text-align: center;
}

p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    color: white;
}

section {
    margin: auto;
    text-align: center;
}

hr {
    color: #00a2ff;
    width: 500px;
}

h4 {
    font-size: 18px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
    display: inline-flex;
}

table {
    margin: auto;
    text-align: center;
}

.container {
    background-color: #004958;
    max-width: 1200px;
    margin: 0;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 30px;
    margin-top: 40px;
}

.github-btn {
    background-color:  #24292e;
    align-items: center;
    padding: 10px 16px;
    gap: 10px;
    color: white;
    display: inline-flex;
    transition: 0.1s;
    font-weight: bold;
    border-radius: 8px;
    height: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-decoration: none;
}

.discord {
    background-color:  #5865F2;
    align-items: center;
    padding: 10px 16px;
    gap: 10px;
    color: white;
    display: inline-flex;
    transition: 0.1s;
    font-weight: bold;
    border-radius: 8px;
    height: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-decoration: none;
}

.github-btn:hover {
    background-color: #3a3f44;
}

.discord:hover {
    background-color: #6b75e2;
}

.twitter {
    background-color:  #000000;
    align-items: center;
    padding: 10px 16px;
    gap: 10px;
    color: white;
    display: inline-flex;
    transition: 0.1s;
    font-weight: bold;
    border-radius: 8px;
    height: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-decoration: none;
}

.twitter:hover {
    background-color:  #1b1b1b;
}

.youtube {
    background-color:  #ff0000;
    align-items: center;
    padding: 10px 16px;
    gap: 10px;
    color: white;
    display: inline-flex;
    transition: 0.1s;
    font-weight: bold;
    border-radius: 8px;
    height: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-decoration: none;
}

.youtube:hover {
    background-color:  #ff5757;
}

.go-back {
    background-color: #000000;
    align-items: center;
    padding: 10px 16px;
    gap: 10px;
    color: white;
    display: inline-flex;
    transition: 0.1s;
    font-weight: bold;
    border-radius: 8px;
    height: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-decoration: none;
}

.go-back:hover {
    background-color: #1b1b1b;
}