.M1{
    text-decoration:underline;
    letter-spacing: 5px;
    display: inline;
    margin-left: 25px;
    font-size: 50px;
    font-weight: bold;
    position: relative;
    left: 25px;
}
.Info{
    display: inline;
    margin-left: 25px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    left: 2px;
    top: 75px;
}
.GInfo{
    display: inline-flex;
    margin-left: 25px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    left: 95px;
    top: 35px;
}
.bHTML{
    display: inline-flex;
    margin-left: 25px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    left: -296px;
    top: 30px;
}
.HTML{
    display: inline;
    margin-left: 25px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    left: -395px;
    top: 75px;

}
.fJS{
    display: inline-flex;
    font-size: 20px;
    position: relative;
    left: 90px;
    top: 30px;
}
.JS{display: inline;
    margin-left: 25px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    right: -5px;
    top: 69px;
}
.zPython{
    display: inline-flex;
    margin-left: 25px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    left: 538px;
    bottom: 18px;
}
.Python{
    margin-left: 25px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    left: 550px;
    bottom: 28px;
}
#tl1{
    text-decoration:underline ;
    letter-spacing: 5px;
    display: inline;
    margin-left: 25px;
    font-size: 50px;
    font-weight: bold;
    position: relative;
    left: -0.5em;
}
#tl2{
    text-decoration:underline ;
    letter-spacing: 5px;
    display: inline;
    margin-left: 25px;
    font-size: 50px;
    font-weight: bold;
    position: relative;
    left: -0.5em;
}
#tl3{
    text-decoration:underline ;
    letter-spacing: 5px;
    display: inline;
    margin-left: 25px;
    font-size: 50px;
    font-weight: bold;
    position: relative;
    left: -0.5em;
}
 span{
    color: red;
    font-size: 25px;
    font-weight: bolder;
}
button{
    color: white;
    position: relative;
    bottom: 170px;
    left: 25px;
}
#B{
    color: white;
    position: relative;
    bottom: 0%;
    left: -8em;
}
#C{
    color: white;
    position: relative;
    bottom: 0px;
    left: -8em;
}
#D{
    color: white;
    position: relative;
    bottom: -1em;
    left: -10.7em;

}
body{
    background-color:coral;
    position: fixed;
}
#a{
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
}
#b{
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
}
#c{
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
}
#d{
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
}
a{
    display: inline;
    font-weight: bolder;
    
    position: relative;
    left: 150px;
    color: black;
}
h2{
    color: red;
    position: relative;
    top: 15px;
    margin-left: 25px;
    font-weight: bolder;
    font-size: 40px;
    left: 10px;
}
#R{
    color: red;
    position: relative;
    top: 15px;
    margin-left: 25px;
    font-weight: bolder;
    font-size: 40px;
    position: relative;
    left: 20px;
}
h3{
    position: relative;
    bottom: 1px;
    font-size: 25px;
    left: 15px;
}
#contact{
    position: relative;
    left: 24px;
}
#Formation{
    position: relative;
    left: 24px;
}
#T{
    color: black;
    font-size: 50px;
    font-weight: bolder;
}
p{
    font-size: 25px;
    padding: 7px;
    text-align: justify;
    margin-left: 25px;
}
ul li{
    position: relative;
    font-size: 25px;
    padding: 7px;
    bottom: 10px;
}
svg circle{
    fill: none;
    stroke: red;
    stroke-width: 10px ;
    transform: translate(5PX,5px);
    stroke-dasharray: 440px;
    stroke-dashoffset: 440px;
    stroke-linecap: round;
   /* animation: circle 2s forwards;*/
}
svg circle:nth-child(1){
    stroke-dashoffset: 0;
    /*stroke: white;*/
}
svg circle:nth-child(2){
    animation: circle 2s forwards;
}
#g{
    font-size: 20px;
    font-weight: bold;
    color: red;
    text-align: center;
    position: absolute;
    top: 75%;
    left: 49.4%;
    right: 40.5%;
    transform: translate(-50%,-50%);
}
@keyframes circle{
    to{
        stroke-dashoffset: 50px;
    }
}
svg{
    height: 150px;
    width: 150px;
    position: relative;
    top: 140px;
    right: 120px;
    margin: 20px;
}