html, body{
    background-color: #0f0f0f; 
}


.header-div {
    background-color: #1b1b1b;
    display: flex;
    border-radius: 8px;
    width: 100%;
    height: 65px;
/*    box-shadow: 5px 5px 5px #1f1f1f; */
}

.ico {
    margin: 10px;
}

.fl{
    font:bold 25px monospace;
    color: white;
}

.back {
    margin: 18px 10px;
    background-color: #242424;
    align-items: center;
    padding: 18px 16px;
    display: inline-flex;
    color: white;
    border-radius: 8px;
    transition: 0.1s;
    font:bold 16px sans-serif;
    text-decoration: none;
}

.back:hover{
    background-color: #313131;
}

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 {
    vertical-align: bottom;
    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: 90%;
}

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

a {
    margin: 5%;
}

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

.container {
    background-color: #0f0f0f; 
    width: 75%;
    margin: auto;
    padding: 20px;


    margin-top: 5%;
}

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