body
{
    background-color: #F6F5F5;
    text-align: center;
    margin: 0;
}
header
{
    padding: 10px, 0, 10px, 5px;
    width: 100%;
    height: 70px;
    margin: 0;
    background-color: #1F3C88;
}
.nav
{
    width: 100%;
    background-color: #3f9c35
}
.skiller
{
    color: white;
    display: inline-block;
    padding: 20px;
}
a
{
    font-family: 'Chivo', sans-serif;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 30px;
}
a:hover
{
    color: #ffffff;
    border: solid white 3px;
    border-radius: 20px;
    transition: 0.5s;
}
.topContainer
{
    background-color: #7ab800;
}
.titles
{
    margin: auto;
    width: 60%;
}
.middlleContainer
{
    background-color: #d9ebd7;
}
.aboutMe
{
    width: 55%;
    margin: 20px auto 20px auto;
    line-height: 2;
    font-size: 22px;
}
.mySkills
{
    margin-top: 100px;
    padding-bottom: 10px;
    font-family: 'Lexend Deca', sans-serif;
    background-color: #d9ebd7;
}
.skillRow
{
    margin: 100px auto 100px auto;
    width: 75%;
    text-align: left;
    line-height: 2;
    font-size: 18px;
    color: #276678;
}
.skillRow p{
    font-size: 17px;
    font-family: 'Chivo', sans-serif;
}
.comp
{
    width: 25%;
    max-width: 200px;
    height: auto;
    float: left;
    margin-right: 20px;
}
.gamedev
{
    width: 25%;
    height: auto;
    max-width: 200px;
    float: right;
    margin-left: 20px;
}
.art
{
    width: 25%;
    max-width: 200px;
    height: auto;
    float: left;
    margin-right: 20px;
}
.bottomContainer
{
    background-color: #007856;
    color: white;
    padding: 10px 10px;
    margin: 40px 0 0 0;
}
p
{
    font-family: 'Varela', sans-serif;
}
h1
{
    margin: 0;
    font-family: 'Lexend Deca', sans-serif;
}
h3
{
    font-family: 'Lexend Deca', sans-serif;
}
hr
{
    border: dotted 8px #276678;
    border-bottom: none;
    width: 4%;
    margin: 30px auto 30px auto ;
}
#mainTitle
{
    font-family: 'Cinzel', serif;
    color: white;
    font-size: 50px;
}
#mainSubtitle
{
    font-family: 'Chivo', sans-serif;
    font-size: 40px;
    margin-top: 20px;
}
#me
{
    font-family: 'Cinzel', serif;
}
#ms
{
    padding-top: 20px;
    color: #1687A7;
}

#sponsor
{
    font-family: 'Chivo', sans-serif;
    font-size: 12px;
}
.bottom
{
    font-family: 'Chivo', sans-serif
}
#con
{
    font-family: 'Chivo', sans-serif;
}