*{
    box-sizing: border-box;
}

body{
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: black;
    font-size: 160%;
    overflow-x: hidden;
}

html{
    scroll-behavior: smooth;
}
/*-------------------------------------------
                Header/Banner
-------------------------------------------*/
.Header{
    position: relative;
    top: 0;
    left: 0;
}

.Banner img{
    background-image: url(IMG/banner.png);
    position: relative;
    width: 100vw;
    top: -25px;
    left: -50px;
    
}

.Nav{
    font-size: 30px;
    width: 98vw;
    
    position: sticky;
    
    display: flex;
    justify-content: center;
    
    background-color: #CEA2F8;
}

.Nav ul{
    list-style-type: none;
}

.Nav li{
    display: inline;
}
.Nav a{
    padding: 0px 80px;
    color: black;
    font-weight: bold;

    
}
a{
    color: black;
}

a:hover{
    color: rgb(34, 31, 31);
}

/*-------------------------------------------
                BlockA
-------------------------------------------*/

.blockA{
    display: flex;
}

.MainAboutMe{
    width: 70%;
    padding-left: 10px;
}

.AboutMe{
    background-color: #CEA2F8;
    padding-left: 10px;
    margin-bottom: 10px;
    border-radius: 25px;
}

.AboutMe h3{
    padding-top: 10px;
}

.bottomOfAboutMe{
    padding-bottom: 15px;
}

.Aside{
    margin-top: 30px;
    margin-right: 5px;
    margin-left: 30px;
    width: 30%;
    padding-left: 10px;
    background-color: #CEA2F8;
    border-radius: 25px;
}

.Achievements a{
    color: black;
}
.Achievements a:hover{
    color: darkgray;
}

.Skills{
    background-color: #CEA2F8;
    padding-left: 10px;
    border-radius: 25px;
}
.Skills h1{
    padding-top: 10px;
}

.blockSkills{
    display: flex;
    justify-content: left;
    align-items: left;
    margin-top: -50px;
}

.Engines{
    margin-left: 50px;
}

/*-------------------------------------------
                Footer
-------------------------------------------*/

.Footer{
    display: flex;
    justify-content: center;
}

.Footer img{
    width: 50%;
    height: auto;
}

.GitHubImage{
    padding-left: 100px;
    margin-right: -130px;
}
