*{
    padding: 0px;
    margin: 0px;
}
#first_p{
        color: white;
        background-color: #1C2833;
        text-align: right;
        text-decoration: none;
        padding-top: 10px;
        font-size: 22px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        padding-right: 150px;
        padding-bottom: 10px;
        
}
#MM-1{

    text-align: center;
    padding-bottom:20px;
}
#freelance #s-txt{
    padding-left: 74px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 100px;
    font-weight: 400;
    }

#freelance{
    padding-top: 160px;
    padding-bottom: 10px;
    display: inline-flex;
}



#buttn:hover{
    color: green;
}
@media screen and(max-width:450px){
   
}
#buttn{
    border: 2px solid;
    border-radius: 9px;
    position: absolute;
    text-decoration: none;
    padding: 10px;
    padding-left: 10px;
}
p{
    padding-left: 80px;
}
#buttn:focus{
    color: green;
}
#ss{
    padding-top: 120px;
    padding-left: 75px;
    display:block;
    padding-bottom: 185px;
    
}
#th-p{
    background-color: green;
    color: white;
    text-align: center;
 
    font-size: 40px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-top: 0px;
    float: top;
    border-right: 10px;
    padding-bottom: 600px;
    margin: 0px;
    margin-top: 0px;
    display: block;
   
}
strong{
 margin-bottom: 10px;
 margin-top: 100px;
    
}
hr{
    padding-bottom: 0px;
    border: 90px solid;
    color:  #1C2833;
    float: top;
}
   

#th-p-b{
    background-color: #1C2833;
}
.ul-1{
    list-style: none;
    text-decoration: none;
    padding: 6px;
    display: inline-flex;
}
#first_p  ul li a {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: aliceblue;
}
#first_p  ul{
    margin-left: 0px;
    float: left;
    padding-left: 30px;
}
#MM-1{
    font-size: 40px;
    
}
#freelance #dynamic{
    margin-left: 18px;
    margin-top: 12px;
    height: 90px;
    line-height: 88px;
    overflow: hidden;

}
#dynamic li{
    list-style:none;
    font-size: 90px;
    font-weight: 500;
    color: green;
    animation: slide 6s steps(2) infinite;
    position: relative;
    top: 0;
}
@keyframes slide{
    100%{
        top: -195px;
    }
}
#dynamic li span{
    position: relative;
}
#dynamic li span::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border-left: 2px solid green;
    background-color: white;
    left: 0px;
    animation: typing 3s steps(10) infinite;
}
@keyframes typing{
    100%{
        left:100%;
        margin: 0 -35 0 35px;
    }
}
