#parent {

    width:auto;
    height:auto;
    background-color:black;

    position:relative;

}



.code{
  width: 60px;
  hight:60px;
  border:7px solid blue;
  background-color:white;#
  z-index: 2;



}
.button2{
  background-color:yellow;
  height:30px;
  width:30px;
  margin-bottom:20px;
}
.buttonHTML {
    background-color: black;
    border: none;
    color: white;
    padding: 10px 27px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border:2px solid white;
    position: absolute;
    left:25%;
    top: 33%;

}
.buttonjs {
    background-color: black;
    border: none;
    color: white;
    padding: 10px 42px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border:2px solid white;
    position: absolute;
        left:25%;
        top: 13%;

}
.buttoncss {
    background-color: black;
    border: none;
    color: white;
    padding: 10px 36px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border:2px solid white;
    position: absolute;
        left:25%;
        top: 53%;

}

.wrapper-button{
  display:flex;
  flex-direction:column;
  width: 15%;

  height: 250px;
  align-items: flex-end;
  margin-top: 20px;
  margin-left: 25%;
}
.lineJS{
  display:flex;
flex-direction: row;
  justify-content: space-around;
  background-color:gray;
  height:6px;
  width:25%;
 border-radius: 10px;
 margin-top: 5px;
 position: absolute;
     left:40%;
     top: 21%;

}
.lineHTML{
  display:flex;
flex-direction: row;
  justify-content: space-around;
  background-color:gray;
  height:6px;
  width: 65%;
 border-radius: 10px;
margin-top: 50px;
position: absolute;
    left:40%;
    top: 25%;
}
.lineCSS{
  display:flex;
flex-direction: row;
  justify-content: space-around;
  background-color:gray;
  height:6px;
  width:100%;
  border-radius: 10px;
margin-top: 52px;
position: absolute;
    left:40%;
    top: 44%;
}
.wrapper-line{

  display:flex;
  flex-direction:column;
  width: 80%;
  border: solid black 1px;
  height: 170px;
  align-items: flex-start;
  margin-top: 39px;
  margin-right:39px;
}
.wrapper-all{
  display:flex;
}
.dot{
  height:110%;
  width:1.5%;
  background-color:red;
  border-radius: 10px;


}
.dotJS{
  height:100%;
  width:6%;
  background-color:red;
  border-radius: 10px;


}
.dotHTML{
  height:100%;
  width:2.5%;
  background-color:red;
  border-radius: 10px;


}
.btn {
  padding-top: 2px;
   padding-right: 2px;
   padding-bottom: 2px;
   padding-left: 2px;

}
.btn-info {
    color: #fff;
    background-color: red;
    border-color: red;
}

.modal-content {
    color: black;}


.slideOutJS{

  position: absolute;
      left:50%;
      top: 10%;

}
.slideOutHTML{

  position: absolute;
      left:50%;
      top: 32%;

}
.slideOutCSS{

  position: absolute;
      left:50%;
      top: 53%;

}

.Lprogress{
  padding-left: 120px;
}

.constructionText{
font-size:25px;
color:black;
background: rgb(255, 255, 255, 0.7);
border-radius: 25px;



}
.aboutArrow{
color: black;
    border: 4px solid black;

}

.aboutArrow:hover {
    color: green;

}

.CVtext{
font-size:25px;
background: rgb(26, 0, 0, 0.7);
border-radius: 25px;

}
.CVbutton{
   border: 3px solid #42DCA3
}

.codepen-box {

    width: 25px;
    height: 25px;
    margin-right: 10px;
}


.codepen-box-green{
   stroke: #42DCA3;
  fill: #42DCA3;
  position: relative;
    left: 2px;
    top: 5px;

}
.buttonbox{
  width:auto;
  height: auto;
}
.penhover:hover .codepen-box-green{
  stroke: black;
 fill: black;

}
.penhover:focus .codepen-box-green{
  stroke: black;
 fill: black;

}

.noncom-box{

  width: 180px;
  height: 170px;
}

.writeUpBotton{
    color: black;
    border: 1px solid #42DCA3;
    outline: none;
    background-color: #42DCA3;
}
