* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body,html {
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url(../background-full.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: black;
    font-family: "Almendra", serif;
    font-weight: 400;
    font-style: normal;
}

#main {
    max-width: 800px;
    margin: auto;
    height: 100%;
}

#container-head {
    display: flex;
    justify-content: center;
    align-items: center;
}

#container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}

#header {
    font-family: "Bokor", system-ui;
    font-weight: 400;
    font-style: normal;
}

#about, #projects, #social {
    width: 100%;
    background-position: center;
    background-size: 200%;
    -webkit-background-clip: text;
    filter:brightness(2.5);
}


#about, #projects {
    height: auto;
}

#about {
    color: #76e6ff;
    mix-blend-mode: hard-light;
    filter: drop-shadow(0 0 5px black);
}

#projects {
    color: #ffe46a;
    mix-blend-mode: hard-light;
    filter: drop-shadow(0 0 5px black);
}


#minecraft {
    color: #6aff79;
    mix-blend-mode: hard-light;
    filter: drop-shadow(0 0 5px black);
}

#social {
    height: auto;
    color: #ff61ca;
    mix-blend-mode: hard-light;
    filter: drop-shadow(0 0 5px black);
}

#about-info, #projects-info, #minecraft-info, #social-info {
    width: 100%;
    border-width: 2px;
    border-style: solid;
    padding: 5px;
    font-size: 1.2em;
    filter: drop-shadow(0 0 10px black) drop-shadow(0 0 7px black)drop-shadow(0 0 5px black);
}

#about-info, #projects-info {
    min-height: 100px;
    max-height: 800px;
}

#about-info {
    border-image: linear-gradient(145deg, #c4f4ff 0%, #0073ff 35%, transparent 55%) 1;
    color: #ffc4eb;
}

#projects-info {
    border-image: linear-gradient(145deg, #fff4c4 0%, #ffb300 35%, transparent 55%) 1;
    color: #c4f4ff;
}

#minecraft-info {
    margin-top: 2em;
    border-image: linear-gradient(145deg, #c4ffcd 0%, #00ff1a 35%, transparent 55%) 1;
    color: #ffebc4;
}

#social-info {
    height: 100px;
    border-image: linear-gradient(145deg, #ffc4eb 0%, #ff00aa 35%, transparent 55%) 1;
    color: #fff4c4;
}

#about-info *::selection {
    background: #06CCFC;
    color: magenta;
}

#projects-info *::selection {
    background: #FFCB10;
    color: cyan;
}

#minecraft-info *::selection {
    background: #10ff10;
    color: orange;
}

#social-info *::selection {
    background: #F80E9C;
    color: yellow;
}

*::selection {
    background: #ffffffbb;
}

#about-info a {
    color: magenta;
}

#projects-info a {
    color: cyan;
}

#minecraft-info a {
    color: orange;
}

#social-info a {
    color: yellow;
    text-decoration: none;
}

span {
    margin-left: .22em;
    margin-right: .22em;
    font-family: monospace;
    font-size: 1.22em;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}

#header > h1, #header > p {
    text-align: center;
    margin: 0;
    background: linear-gradient(to right, #76e6ff 0%, #ffe46a 50%, #ff61ca 100%);
    background-clip: text;
    color: transparent;
    mix-blend-mode: hard-light;
    filter: drop-shadow(0 0 5px black);
}

#header > h1 {
    font-size: 5em;
    line-height: 1.5em;
}

#about > h2, #projects > h2, #social > h2  {
    height: auto;
    font-family: "Bokor", system-ui;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    margin-bottom: 0;
    font-size: clamp(1em, 3vw, 2.5em);
    line-height: 1em;
    padding: 5px;
}

#social-info > * {
    margin-top: calc(50px - 1.17em);
    margin-bottom: calc(50px - 1.17em);
    text-align: center;
}

#gap {
    display: inline-block;
    width: 50px;
}

#non-link {
    color: yellow;
}

h3 {
    margin: 0;
    padding: 5px;
}

p {
    text-indent: 30px;
    margin: 0;
    padding: 5px;
}

#header > p {
    font-size: 1.5em;
    line-height: 1em;
    margin-top: -0.75em;
}