@font-face {
    font-family: Silkscreen-Regular;
    src: url("resources/Silkscreen-Regular.ttf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: PressStart;
    src: url("resources/VT323-Regular.ttf") format("opentype");
}

body {
    background-color: rgb(60, 60, 60);
	color: rgb(250,250,250);
	font-size: 3rem;
	font-family: Silkscreen-Regular;
}

#content-container {
    display: grid;

    grid-template-columns: 1fr;

    grid-gap: 5px;

    background-color: rgb(250, 250, 250);

    border: solid;
    border-width: 5px;
    border-color: rgb(250,250,250);

    font-size: 1rem;
}

.content-element-container {
    background-color: rgb(60, 60, 60);
}

.content-header {
	font-size: 1.5rem;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: rgb(250, 250, 250);
}

.content-scroll {
    width: 100%;

    overflow: hidden;
}

.content {
    border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgb(250, 250, 250);
}

.project {
    border: none;
}

.header {
    font-size: 1rem;
    color: rgb(47, 151, 47);
}

.selector {
    display: grid;

    grid-gap: 5px;

    background-color: rgb(250, 250, 250);

    width: 100%;
}

.selector-button {
    border-bottom: solid;
    border-color: rgb(250,250,250);

    background-color: rgb(60, 60, 60);
}

.selector-button:hover {
    cursor: pointer;
}

.education-header {
    font-size: 1.5rem;
    color: rgb(70, 146, 190);
}

.marked {
    color: rgb(238, 113, 41);
}

a:link {
    color: rgb(218, 68, 68);

    text-decoration: none;
}
a:visited {
    color: rgb(218, 68, 68);

    text-decoration: none;
}

a:hover {
    color: rgb(136, 218, 68);
}

a:active {
    color: rgb(136, 218, 68);
}

@media (min-width: 800px) {
    #content-container {
        display: grid;
    
        grid-template-columns: 1fr 1fr;
    
        grid-gap: 5px;
    
        background-color: rgb(250, 250, 250);
    
        border: solid;
        border-width: 5px;
        border-color: rgb(250,250,250);
    
        font-size: 2rem;
    }

    body {
        background-color: rgb(60, 60, 60);
        color: rgb(250,250,250);
        font-size: 4rem;
    }

    .content-header {
        font-size: 2rem;
        
        border-bottom: solid;
        border-bottom-width: 2px;
        border-bottom-color: rgb(250, 250, 250);
    }

    .header {
        font-size: 2rem;
        color: rgb(0, 150, 0);
    }

    .education-header {
        font-size: 2rem;
        color: rgb(70, 146, 190);
    }
}

@media (min-width: 1700px) {
    body {
        max-width: 100%;

        display: flex;

        justify-content: center;
        align-items: center;
    }

    #content-container {
        display: grid;
    
        grid-template-columns: 1fr 1fr;
    
        grid-gap: 5px;
    
        background-color: rgb(250, 250, 250);
    
        border: solid;
        border-width: 5px;
        border-color: rgb(250,250,250);
    
        font-size: 1.5rem;
    }

    #big-box{
        display: block;

        width: 50%;
    }
}

@keyframes flicker {
    0% {
      opacity: 0.27861;
    }
    5% {
      opacity: 0.34769;
    }
    10% {
      opacity: 0.23604;
    }
    15% {
      opacity: 0.90626;
    }
    20% {
      opacity: 0.18128;
    }
    25% {
      opacity: 0.83891;
    }
    30% {
      opacity: 0.65583;
    }
    35% {
      opacity: 0.67807;
    }
    40% {
      opacity: 0.26559;
    }
    45% {
      opacity: 0.84693;
    }
    50% {
      opacity: 0.96019;
    }
    55% {
      opacity: 0.08594;
    }
    60% {
      opacity: 0.20313;
    }
    65% {
      opacity: 0.71988;
    }
    70% {
      opacity: 0.53455;
    }
    75% {
      opacity: 0.37288;
    }
    80% {
      opacity: 0.71428;
    }
    85% {
      opacity: 0.70419;
    }
    90% {
      opacity: 0.7003;
    }
    95% {
      opacity: 0.36108;
    }
    100% {
      opacity: 0.24387;
    }
  }
  @keyframes textShadow {
    0% {
      text-shadow: 0.4389924193300864px 0 1px rgba(0,30,255,0.5), -0.4389924193300864px 0 1px rgba(255,0,80,0.3), 0 0 3px;
    }
    5% {
      text-shadow: 2.7928974010788217px 0 1px rgba(0,30,255,0.5), -2.7928974010788217px 0 1px rgba(255,0,80,0.3), 0 0 3px;
    }
    10% {
      text-shadow: 0.02956275843481219px 0 1px rgba(0,30,255,0.5), -0.02956275843481219px 0 1px rgba(255,0,80,0.3), 0 0 3px;
    }
    15% {
      text-shadow: 0.40218538552878136px 0 1px rgba(0,30,255,0.5), -0.40218538552878136px 0 1px rgba(255,0,80,0.3), 0 0 3px;
    }
    20% {
      text-shadow: 3.4794037899852017px 0 1px rgba(0,30,255,0.5), -3.4794037899852017px 0 1px rgba(255,0,80,0.3), 0 0 3px;
    }
    25% {
      text-shadow: 1.6125630401149584px 0 1px rgba(0,30,255,0.5), -1.6125630401149584px 0 1px rgba(255,0,80,0.3), 0 0 3px;
    }
    30% {
      text-shadow: 0.7015590085143956px 0 1px rgba(0,30,255,0.5), -0.7015590085143956px 0 1px rgba(255,0,80,0.3), 0 0 3px;
    }
    35% {
      text-shadow: 3.896914047650351px 0 1px rgba(0,30,255,0.5), -3.896914047650351px 0 1px rgba(255,0,80,0.3), 0 0 3px;
    }
    40% {
      text-shadow: 3.870905614848819px 0 1px rgba(0,30,255,0.5), -3.870905614848819px 0 1px rgba(255,0,80,0.3), 0 0 3px;
    }
    45% {
      text-shadow: 2.231056963361899px 0 1px rgba(0,30,255,0.5), -2.231056963361899px 0 1px rgba(255,0,80,0.3), 0 0 3px;
    }
    50% {
      text-shadow: 0.08084290417898504px 0 1px rgba(0,30,255,0.5), -0.08084290417898504px 0 1px rgba(255,0,80,0.3), 0 0 3px;
    }
    55% {
      text-shadow: 2.3758461067427543px 0 1px rgba(0,30,255,0.5), -2.3758461067427543px 0 1px rgba(255,0,80,0.3), 0 0 3px;
    }
    60% {
      text-shadow: 2.202193051050636px 0 1px rgba(0,30,255,0.5), -2.202193051050636px 0 1px rgba(255,0,80,0.3), 0 0 3px;
    }
    65% {
      text-shadow: 2.8638780614874975px 0 1px rgba(0,30,255,0.5), -2.8638780614874975px 0 1px rgba(255,0,80,0.3), 0 0 3px;
    }
    70% {
      text-shadow: 0.48874025155497314px 0 1px rgba(0,30,255,0.5), -0.48874025155497314px 0 1px rgba(255,0,80,0.3), 0 0 3px;
    }
    75% {
      text-shadow: 1.8948491305757957px 0 1px rgba(0,30,255,0.5), -1.8948491305757957px 0 1px rgba(255,0,80,0.3), 0 0 3px;
    }
    80% {
      text-shadow: 0.0833037308038857px 0 1px rgba(0,30,255,0.5), -0.0833037308038857px 0 1px rgba(255,0,80,0.3), 0 0 3px;
    }
    85% {
      text-shadow: 0.09769827255241735px 0 1px rgba(0,30,255,0.5), -0.09769827255241735px 0 1px rgba(255,0,80,0.3), 0 0 3px;
    }
    90% {
      text-shadow: 3.443339761481782px 0 1px rgba(0,30,255,0.5), -3.443339761481782px 0 1px rgba(255,0,80,0.3), 0 0 3px;
    }
    95% {
      text-shadow: 2.1841838852799786px 0 1px rgba(0,30,255,0.5), -2.1841838852799786px 0 1px rgba(255,0,80,0.3), 0 0 3px;
    }
    100% {
      text-shadow: 2.6208764473832513px 0 1px rgba(0,30,255,0.5), -2.6208764473832513px 0 1px rgba(255,0,80,0.3), 0 0 3px;
    }
  }
  .crt::after {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(18, 16, 16, 0.1);
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    animation: flicker 10.30s infinite;
  }
  .crt::before {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
    z-index: 2;
    background-size: 100% 2px, 3px 100%;
    pointer-events: none;
  }
  .crt {
    animation: textShadow 50.2s infinite;
  }