header{
    width: 100vw;
    position: fixed;
    top: 0;
    height: 60px;
    z-index: 2;
    background-color: #fafafa;
    box-shadow: 1px 2px 3px -3px black;
}
header>nav>menu{
    position: absolute;
    top: -2px;
    right: 115px;
}
header>nav>menu>li{
    display: inline-block;
    margin: 8px;
}
header>nav>menu>li>a{
    text-decoration: none;
    color: black;
    font-size: 18px;
}
header>nav>menu>li>a:hover{
    color: blue;
    text-decoration: underline;
}
header>aside>img{
    margin-top: 13px;
    margin-left: 115px;
}
main{
    position: relative;
    top: 55px;
}
#loader{
    z-index: 5;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #ffffff;
    transition: opacity 2s;
}
#loader>div{
    position: absolute;
    height: 40%;
    width: 40%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url("../gif/loading.gif");
    background-position: center;
    background-size: cover;
}
main>:nth-child(1){
    height: 93vh;
    background-color: #fafafa;
    overflow: hidden;
}
#particles-js{
    height: 91vh;
    width: 100%;
    position: absolute;
}
main>:nth-child(1)>aside>img{
    position: absolute;
    right: 200px;
    top: 164px;
    z-index: 1;
}
main>:nth-child(1)>article>:nth-child(1){
    position: absolute;
    left: 177px;
    top: 160px;
    font-size: 40px;
    z-index: 1;
    font-family: 'Roboto', sans-serif;
}
main>:nth-child(1)>article>:nth-child(2){
    position: absolute;
    left: 177px;
    top: 237px;
    font-size: 40px;
    z-index: 1;
    font-family: 'Roboto', sans-serif;
}
main>:nth-child(1)>article>:nth-child(3){
    position: absolute;
    left: 275px;
    top: 335px;
    font-size: 24px;
    color: #8d2a0a;
    font-family: 'Roboto', sans-serif;
}
main>:nth-child(1)>article>:nth-child(4) {
    position: absolute;
    left: 177px;
    top: 310px;
    font-size: 24px;
    z-index: 1;
    font-family: 'Roboto', sans-serif;
}
main>:nth-child(1)>nav>button{
    position: absolute;
    left: 177px;
    top: 396px;
    border-radius: 10px;
    height: 36px;
    width: 114px;
    z-index: 1;
}
main>:nth-child(1)>nav>button>a{
    text-decoration: none;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
#sosial{
    position: absolute;
    left: 177px;
    top: 465px;
    z-index: 1;
}
main>:nth-child(1)>nav>div{
    display: inline-block;
    margin-right: 8px;
}
#nav{
    position: absolute;
    top: 0;
    font-size: 0;
}
main>:nth-child(2){
    height: 600px;
    position: relative;
}
#AboutMe{
    display: inline-block;
    position: relative;
    left: 43%;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 49px;
    color: #000000;
    font-family: 'Agdasima', sans-serif;
}
main>:nth-child(2)>h2{
    position: relative;
    display: inline-block;
    left: 480px;
    top: 80px;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 43px;
    font-family: 'Roboto', sans-serif;
}
main>:nth-child(2)>h3{
    position: relative;
    display: inline-block;
    left: 292px;
    top: 120px;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    font-family: 'Roboto', sans-serif;
}
main>:nth-child(2)>:nth-child(4){
    position: relative;
    display: inline-block;
    left: 90px;
    top: 185px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}
main>:nth-child(2)>:nth-child(5){
    position: relative;
    display: inline-block;
    left: 660px;
    top: 134px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}
main>:nth-child(2)>:nth-child(6){
    position: relative;
    display: inline-block;
    top: 200px;
    left: 3%;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
}
main>:nth-child(2)>:nth-child(7){
    position: relative;
    display: inline-block;
    top: 200px;
    left: 16%;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
}
main>:nth-child(2)>:nth-child(8){
    position: absolute;
    display: inline-block;
    top: 427px;
    left: 43.3%;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
}
main>:nth-child(2)>:nth-child(9){
    position: absolute;
    display: inline-block;
    top: 426px;
    left: 68%;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
}
main>:nth-child(2)>:nth-child(10)>a{
    position: absolute;
    text-decoration: none;
    bottom: 67px;
    left: 43.3%;
    font-style: revert;
    font-weight: 550;
    font-size: 22px;
    line-height: 24px;
    color: black;
    font-family: 'Roboto', sans-serif;
}
main>:nth-child(2)>:nth-child(10)>a:hover{
    color: #ff253a;
    text-decoration: underline;
}
main>:nth-child(2)>aside>img{
    position: absolute;
    top: 110px;
    left: 201px;
    border-radius: 12px;
    box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, 0.4);
}
main>:nth-child(3){
    position: relative;
    height: 55vw;
}
main>:nth-child(3)>h1{
    display: inline-block;
    position: relative;
    left: 41%;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 49px;
    color: #000000;
    font-family: 'Agdasima', sans-serif;
}
main>:nth-child(3)>:nth-child(2){
    display: inline-block;
    position: relative;
    top: 201px;
    right: -41%;
    background-color: #45AAF2;
    width: 550px;
    height: 118px;
    border-radius: 50px;
}
main>:nth-child(3)>:nth-child(2)>article>h2{
    position: absolute;
    display: inline-block;
    top: 4px;
    right: 90px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
}
main>:nth-child(3)>:nth-child(2)>article>h3{
    position: absolute;
    display: inline-block;
    top: 30px;
    right: 52px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}
main>:nth-child(3)>:nth-child(2)>article>h4{
    position: absolute;
    display: inline-block;
    top: 50px;
    right: 93px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}
main>:nth-child(3)>:nth-child(2)>img{
    position: absolute;
    top: 20px;
    left: 65px;
}
main>:nth-child(3)>:nth-child(3){
    display: inline-block;
    position: relative;
    top: 351px;
    left: -750px;
    background-color: #45AAF2;
    width: 550px;
    height: 118px;
    border-radius: 50px;
}
main>:nth-child(3)>:nth-child(3)>h2{
    position: absolute;
    display: inline-block;
    top: 12px;
    right: 45px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
}
main>:nth-child(3)>:nth-child(3)>h3{
    position: absolute;
    display: inline-block;
    top: 41px;
    right: 158px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}
main>:nth-child(3)>:nth-child(3)>img{
    position: absolute;
    top: 20px;
    left: 44px;
}
main>:nth-child(3)>:nth-child(4){
    display: inline-block;
    position: relative;
    top: 361px;
    left: 57%;
    background-color: #45AAF2;
    width: 550px;
    height: 118px;
    border-radius: 50px;
}
main>:nth-child(3)>:nth-child(4)>h2{
    position: absolute;
    display: inline-block;
    top: 12px;
    right: 45px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
}
main>:nth-child(3)>:nth-child(4)>h3{
    position: absolute;
    display: inline-block;
    top: 41px;
    right: 158px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}
main>:nth-child(3)>:nth-child(4)>img{
    position: absolute;
    top: 20px;
    left: 44px;
}
main>:nth-child(3)>:nth-child(5){
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 430px;
    background-color: #110F2F;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
main>:nth-child(3)>:nth-child(6){
    position: relative;
    display: inline-block;
    top: 0;
    left: 12.6%;
    width: 30px;
    height: 30px;
    background-color: #341f97;
    border-radius: 100%;
}
main>:nth-child(3)>:nth-child(7){
    position: relative;
    display: inline-block;
    top: 150px;
    left: 10.3%;
    width: 30px;
    height: 30px;
    background-color: #341f97;
    border-radius: 100%;
}
main>:nth-child(3)>:nth-child(8){
    position: relative;
    display: inline-block;
    top: 316px;
    left: 8.1%;
    width: 30px;
    height: 30px;
    background-color: #341f97;
    border-radius: 100%;
}
main>:nth-child(4){
    position: relative;
}
#Skills{
    display: inline-block;
    position: relative;
    left: 47%;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 49px;
    color: #000000;
    font-family: 'Agdasima', sans-serif;
}
main>:nth-child(4)>:nth-child(2){
    position: relative;
    top: 7px;
    left: 100px;
    width: 85vw;
    height: 480px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-template-rows: repeat(2,1fr);
    border-radius: 30px;
}
main>:nth-child(4)>:nth-child(2)>section{
    position: relative;
    top: 50px;
    left: 55px;
    width: 130px;
    height: 130px;
    border-radius: 20px;
}
main>:nth-child(4)>:nth-child(2)>section:hover{
    transform: scale(1.2);
    border: 2px solid black;
}
main>:nth-child(4)>:nth-child(2)>section>img{
    position: relative;
    top: 13px;
    left: 24px;
}
main>:nth-child(4)>:nth-child(2)>section>p{
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
#What\ i\ can\ do{
    display: inline-block;
    position: relative;
    top: 10px;
    left: 7%;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 49px;
    color: #000000;
    font-family: 'Agdasima', sans-serif;
}
main>:nth-child(4)>:nth-child(4){
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 400px;
}
main>:nth-child(4)>:nth-child(4)>section{
    position: relative;
    width: 300px;
    height: 345px;
    background-color: #fcfcfc;
}
main>:nth-child(4)>:nth-child(4)>section::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    box-sizing: border-box;
    height: 0;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    transition: all 1s ease;
}
main>:nth-child(4)>:nth-child(4)>section::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    box-sizing: border-box;
    height: 0;
    border-top: 3px solid transparent;
    border-right: 3px solid transparent;
    transition: all 1s ease;
}
main>:nth-child(4)>:nth-child(4)>section:hover::before,
main>:nth-child(4)>:nth-child(4)>section:hover::after{
    width: 100%;
    height: 100%;
    border-color: rgba(22, 42, 194, 0.6);
}
main>:nth-child(4)>:nth-child(4)>section>article>h4{
    position: relative;
    top: 5px;
    left: 22px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
main>:nth-child(4)>:nth-child(4)>section>article>p{
    position: relative;
    top: -15px;
    left: 22px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
}
main>:nth-child(4)>:nth-child(4)>section>img{
    position: relative;
    top: 20px;
    left: 22px;
}
#Gallery{
    display: inline-block;
    position: relative;
    left: 46%;
    top: 44px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 49px;
    color: whitesmoke;
    font-family: 'Agdasima', sans-serif;
}
main>:nth-child(5)>div{
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(2,1fr);
}
main>:nth-child(5)>div>:nth-child(1){
    position: relative;
    top: 36px;
    left: 48px;
}
main>:nth-child(5)>div>:nth-child(2){
    position: relative;
    top: 76px;
    left: 3%;
}
main>:nth-child(5)>div>:nth-child(3){
    position: relative;
    top: 36px;
    left: 3%;
}
main>:nth-child(5)>div>:nth-child(4){
    position: relative;
    top: -100px;
    left: 65px;
}
main>:nth-child(5)>div>:nth-child(5){
    position: relative;
    top: 94px;
    left: -2%;
}
main>:nth-child(5)>div>:nth-child(6){
    position: relative;
    top: -100px;
    left: 10%;
}
main>:nth-child(6){
    background-color: #74B9FF;
    position: relative;
    height: 580px;
}
#Certificate{
    display: inline-block;
    position: relative;
    left: 43%;
    top: 15px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 49px;
    color: #000000;
    font-family: 'Agdasima', sans-serif;
}
main>:nth-child(6)>section{
    position: relative;
    top: 27px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
main>:nth-child(6)>section>div>h4{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
main>:nth-child(7){
    position: relative;
    height: 185vh;
}
#Projects{
    display: inline-block;
    position: relative;
    left: 43%;
    top: 15px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 49px;
    color: #000000;
    font-family: 'Agdasima', sans-serif;
}
main>:nth-child(7)>:nth-child(2)>:nth-child(2)>img{
    position: absolute;
    top: 160px;
    right: 200px;
}
main>:nth-child(7)>:nth-child(2)>:nth-child(1)>h4{
    position: relative;
    top: 5px;
    left: 90px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
main>:nth-child(7)>:nth-child(2)>:nth-child(1)>p{
    position: relative;
    top: 160px;
    left: -470px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
main>:nth-child(7)>:nth-child(2)>:nth-child(4)>img{
    position: relative;
    top: 125px;
    left: 55%;
}
main>:nth-child(7)>:nth-child(2)>:nth-child(3)>h4{
    position: relative;
    top: 234px;
    left: 298px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
main>:nth-child(7)>:nth-child(2)>:nth-child(3)>p{
    position: relative;
    top: 387px;
    right: 15px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
#Assignment{
    display: inline-block;
    position: relative;
    top: 170px;
    left: 12%;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 49px;
    color: #000000;
    font-family: 'Agdasima', sans-serif;
}
main>:nth-child(7)>:nth-child(3)>:nth-child(2){
    position: absolute;
    bottom: 132px;
    left: 180px;
    width: 300px;
    height: 300px;
    background: url("../gif/animate.gif.gif");
    background-size: cover;
    background-position: center;
    border-radius: 30px;
}
main>:nth-child(7)>:nth-child(3)>:nth-child(2):hover{
    transform: scale(1.1);
    box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, 0.4);
}
main>:nth-child(7)>:nth-child(3)>:nth-child(3){
    position: absolute;
    bottom: 132px;
    width: 300px;
    height: 300px;
    right: 0;
    left: 0;
    margin: auto;
    background: url("../gif/Transition.gif.gif");
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    z-index: 1;
}
main>:nth-child(7)>:nth-child(3)>:nth-child(3):hover{
    transform: scale(1.1);
    box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, 0.4);
}
main>:nth-child(7)>:nth-child(3)>:nth-child(4){
    position: absolute;
    bottom: 132px;
    right: 180px;
    width: 300px;
    height: 300px;
    background: url("../gif/Assignment_04.gif.gif");
    background-size: cover;
    background-position: center;
    border-radius: 30px;
}
main>:nth-child(7)>:nth-child(3)>:nth-child(4):hover{
    transform: scale(1.1);
    box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, 0.4);
}
main>:nth-child(7)>:nth-child(3)>section>aside>img{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
main>:nth-child(7)>:nth-child(3)>:nth-child(3)>h3{
    position: absolute;
    top: 247px;
    left: 90px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}
main>:nth-child(7)>:nth-child(3)>:nth-child(2)>h3{
    position: absolute;
    top: 215px;
    left: 75px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}
main>:nth-child(7)>:nth-child(3)>:nth-child(4)>h3{
    position: absolute;
    top: 215px;
    left: 75px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}
footer{
    position: relative;
    top: 100px;
    background: rgba(69, 170, 242, 0.4);
    height: 75vh;
}
#Get\ in\ touch{
    display: inline-block;
    position: relative;
    left: 43%;
    top: 15px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 49px;
    color: #000000;
    font-family: 'Agdasima', sans-serif;
}
footer>:nth-child(2){
    position: relative;
    top: 0;
    left: 140px;
    width: 80vw;
    height: 400px;
    border-radius: 80px;
}
footer>:nth-child(2)>aside>img{
    position: relative;
    top: 65px;
    left: 16px;
}
#Name{
    position: relative;
    top: -240px;
    left: 650px;
    height: 50px;
    width: 400px;
    border-radius: 20px;
}
#Email{
    position: relative;
    top: -240px;
    left: 650px;
    height: 50px;
    width: 400px;
    border-radius: 20px;
}
#Message{
    position: relative;
    top: -240px;
    left: 650px;
    height: 100px;
    width: 400px;
    border-radius: 20px;
}
footer>:nth-child(2)>button{
    position: absolute;
    bottom: 24px;
    right: 100px;
    width: 105px;
    height: 38px;
    background-color: blue;
    border-radius: 50px;
}
footer>:nth-child(2)>button>p{
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    color: #FFFFFF;
}
footer>:nth-child(3){
    position: relative;
    top: 24px;
    height: 400px;
}
footer>:nth-child(3)>h3{
    position: relative;
    display: inline-block;
    top: 85px;
    left: 154px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #FFFFFF;
}
footer>:nth-child(3)>article>p{
    position: relative;
    display: inline-block;
    top: 68px;
    left: 154px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 29px;
    color: #FFFFFF;
}
footer>:nth-child(3)>:nth-child(4){
    position: absolute;
    bottom: 190px;
    right: 275px;
}
footer>:nth-child(3)>:nth-child(4)>li>a{
    display: inline-block;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}
footer>:nth-child(3)>:nth-child(3){
    position: absolute;
    display: inline-block;
    top: 87px;
    right: 274px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #FFFFFF;
}
footer>:nth-child(3)>address>li>i{
    margin-right: 12px;
}
footer>:nth-child(3)>address>li{
    list-style-type: none;
}
footer>:nth-child(3)>:nth-child(5){
    position: absolute;
    bottom: 142px;
    right: 160px;
}
footer>:nth-child(3)>:nth-child(5)>li>a{
    display: inline-block;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}
footer>:nth-child(3)>:nth-child(6){
    position: absolute;
    bottom: 65px;
    right: 240px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}
footer>:nth-child(3)>:nth-child(6)>i{
    margin-right: 12px;
}
footer>:nth-child(3)>:nth-child(7){
    position: absolute;
    bottom: 20px;
    left: 518px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}
main>:nth-child(7)>:nth-child(3){
    position: relative;
    height: 96vh;
}
main>:nth-child(1)>nav>button>a:hover {
    margin-right: 5px;
}
#divAssignment{
    position: absolute;
    text-align: center;
    width: 100px;
    height: 50px;
    border: 1px solid black;
    top: 625px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 10px;
}
#divAssignment p{
    position: relative;
    display: inline-block;
    line-height: 0;
    top: 7px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
#divAssignment:hover{
    background: #9eeaf9;
}
/*#typingText{
    font-size: 24px;
    color: #8d2a0a;
}*/
#typingText:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fafafa;
    border-left: 2px solid #8d2a0a;
    animation: typing 4s steps(12) infinite;
}
@keyframes typing {
    40%, 60%{
        left: calc(100% + 4px);
    }
    100%{
        left: 0;
    }
}

