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;
}

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

footer {
    text-align: center;
}

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

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;
}

table {
    margin: auto;
}

.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: background-color 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: background-color 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;
}

.social-medias {
    background-color: #148ca7;
    align-items: center;
    padding: 10px 16px;
    gap: 10px;
    color: white;
    display: inline-flex;
    transition: background-color 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;
}

.apps {
    background-color: #096c83;
    align-items: center;
    padding: 10px 16px;
    gap: 10px;
    color: white;
    display: inline-flex;
    transition: background-color 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;
}

.apps:hover {
    background-color: #06829e;
}

.social-medias:hover {
    background-color: #0eabce;
}

.ico {
    margin:-50px 0px;
    height: 60px;
    width: 60px;
}