body {
    background-color: #090014;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    color: white;

    font-family:'Courier New', Courier, monospace;
}

#AboutMe{
    padding-top: 70;
    display: flex;
    align-items: center;
    padding-bottom: 50;
    
    p{
        font-size: large;
    }
}

#AboutMeItem{
    padding: 15;
    width: 350px;
}

header{
    background-color: #4e0693;
    position: fixed;
    display: flex;
    justify-content: center;
    width: 100%;
    height:fit-content;
    position: fixed;
    ul{
        margin: 0%;
        list-style-type: none;
        display: flex;
        align-items: center;
        padding: 0;
        font-size: x-large;
    } 
}   

#AllSkillLists{
    display: flex;
    
}

#SkillList{
    min-width: 180px;
}

#GamesList{
    padding-top: 80;
}

#Game{
    display: flex;
    width: 100%;
    padding: 5px;
    background-color: #4e0693;
    color: rgb(255, 255, 255);
    margin-bottom: 30px;

    a{
        color: rgb(235, 188, 101);
    }
    a:hover{
        color: rgb(255, 0, 242);
    }
    
    .innercontents{
        padding: 5px;
    }
}

#GameText{
    min-width: 330px;
    max-width: fit-content;
}

#ContactInfoSpacer{
    padding-bottom: 230px;
}

#ContactInfo{
    padding-bottom: 230px;
    font-size: large;
}



a{
    color: White;
}

a:hover{
    color: rgb(255, 0, 242);
}

h3>p{
    font-size: large;
    width: 350;
}