body {
    background-color: black;
    font-family: monospace;
    color: white;
    padding: 0 10%;
}
#header {
    width: 100%;
    display: inline-block;
    position: relative;
}
#footer {
    text-align: center;
    margin: auto;
}
#socials {
    padding: 0;
    list-style: none;
}
#socials li {
    display: inline;
    margin: 0 0.3em;
}
#tabs ul {
    padding-right: 1em;
}
#tabs ul li {
    display: inline;
    padding: 0.2em 0em;
}
#tabs ul li:not(:first-child)::before {
    content: " | ";
}
a {
    color: white;
    text-decoration: none;
}
#header a{
    text-decoration: underline;
}
#tabs {
    font-size: 1.2em;
    top: 50%;
    position: absolute;
    transform: translateY(-60%);
    right: 0px;
}

#content {
    width: 50%;
    margin: auto;
    margin-bottom: 2em;
    padding: 1em;
}

#icon-svg {
    pointer-events: none;
    height: 70px;
    width: 70px;
    padding: 15px;
    background-color: black;
}

h1 {
    text-align: center;
    font-size: 2.5em;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}