.Intro 
{
    color: aliceblue;
    background-color: blue;
    z-index: 1;
}

.Interest 
{    
    color: aliceblue;
    background-color: blue;
}

.WorkingOn 
{
    color: aliceblue;
    background-color: blue;
}

.MySetup 
{
    color: aliceblue;
    background-color: blue;
}

.ThingsLike 
{
    color: aliceblue;
    background-color: blue;
}

.Contact
{
    color: aliceblue;
    background-color: blue;
}

.Link
{
    color: aliceblue;
}

.IntroTitle {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.IntroTitle h2 {
    margin: 0;
}

#MyProjects 
{
    color: red;
    background-color: blue;
    text-decoration: none;
}

#Mail {
    width: 50px;
    height: auto;
    margin-top: -1px;
}

#Back
{
    background-color: whitesmoke;
    width: 100px;
    height: 50px;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 2;
}
































body {
    margin: 0;
    min-height: max(100vh, 858px);
    background-image: url(AboutMe.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

/* All the @ bullshit */

@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat/Montserrat-VariableFont_wght.ttf) format("truetype");
}

@font-face {
    font-family: Sekuya;
    src: url(fonts/Sekuya/Sekuya-Regular.ttf);
}

@font-face {
    font-family: Ultra;
    src: url(fonts/Ultra/Ultra-Regular.ttf);
}

@font-face {
    font-family: Modak;
    src: url(fonts/Modak/Modak-Regular.ttf);
}

@font-face {
    font-family: Erica_One;
    src: url(fonts/Erica_One/EricaOne-Regular.ttf);
}