@import url('https://fonts.googleapis.com/css2?family=Quando&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Quando&display=swap');

html {
    background-color: #212121;
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.topo {
    opacity: 1;
    text-align: right;
    padding-right: 20px;
    box-shadow: 4px 4px 4px #191919;
    width: 99.1%;
    height: 50px;
    color: #4d71dd;
}
.topo a {
    color: #4d71dd;
}

.mesa {
    width: 750px;
    height: 400px;
    position: absolute;
    top: 30%;
    left: 44%;
}

.topo a {
    margin-right: 5px;
    list-style: none;
    display: inline-block;
    text-decoration: none;
    color: darkgray;
    padding: 10px;
    font-size: 25px;
    font-family: 'Press Start 2P', cursive;

}
.sobre {
    position: absolute;
    top: 35%;
    padding-left: 45px;
}
.linguagens {
    font-size: 20px;
    position: absolute;
    top: 90%;
    font-family: 'Quando', serif;
    color: #4169E1;
}
.oi {
    text-align: right;
    padding-right:160px;
    font-family: 'Press Start 2P', cursive;
    font-size: 50px;
    color: #4d71dd;
}
.oi:hover {
    color: #1d3fa5;
    top: 20%;
    cursor: pointer;
}

.mbaixo  {
    background-color: #232323;
    color:#ffffff;
    padding:10px;
    font-size:10px;
    font-family: 'Quando', serif;;
    height:15vh;
    padding-left: 200px;
}

.profile2 {
    border-radius: 5%;
    position: absolute;
    left: 5%;
    top: 120%;
}
.oi2 {
    text-align: right;
    padding-right:150px;
    font-family: 'Press Start 2P', cursive;
    font-size: 50px;
    padding-top: 55%;
    color: #4d71dd;
}
.proj {
    font-size: 20px;
    position: absolute;
    top: 150%;
    font-family: 'Quando', serif;
    color: #4169E1;
    left: 58%;
}
.oi2:hover {
    color: #1d3fa5;
    top: 20%;
    cursor: pointer;
}
.prof3 {
    position: absolute;
    top: 270%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.prof4 {
    position: absolute;
    top: 280%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.prof5 {
    position: absolute;
    top: 290%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}



.wrapper {
    display: flex;
    padding-top: 450px;
    padding-left: 250px;
}

.wrapper .static-txt {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
}

.wrapper .dynamic-txts {
    margin-left: 15px;
    line-height: 90px;
    height: 90px;
    overflow: hidden;
}

.dynamic-txts li {
    list-style: none;
    color: #4169E1;
    font-size: 60px;
    font-weight: 500;
    top: 0;
    position: relative;
    animation: slide 12s steps(4) infinite;
    font-family: 'Press Start 2P', cursive;
}

@keyframes slide {
    100% {
        top: -360px;
    }
}

.dynamic-txts li {
    position: relative;
}

.dynamic-txts li::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #212121;
    border-left: 2px solid #232323;
    animation: typing 3s steps(10) infinite;
}

@keyframes typing {
    40%,
    60% {
        left: calc(100% + 30px);
    }
    100% {
        left: 0;
    }
}

.redes {
    position: absolute;
    top: 240%;
    left: 30%;
    height: 70vh;
}

.dc {
    padding-left: 100px;
}

.gh {
    padding-right: 100px;
}

.mesa2 {
    position: absolute;
    top: 260%;
    left: 19%;
}
.baixo {
    position: absolute; 
    background-color: #191919;
    top: 350%;
    width: 100%;
    left: 0%;
    text-align: center;
    color: #4169E1;
    font-family: 'Quando', serif;
    height: 30vh;
    padding-top: 20px;
}
