body {
    margin: 0;
    text-align: center;
    font-family: 'Roboto', Times, serif;
    color: white;
    background-color: black;
}
p{
    line-height: 2;
}
hr{
    border: dotted white 5px;
    border-bottom: none;
    width: 50%;
    margin-bottom: 50px;
}
h1 {
    margin: 0 auto;
    font-family: "Mynerve",serif;
    font-size: 300%;
    margin-top: 40px;
}  

.top {
    background-color: black;
    padding-top: 100px;
  
  
}
.profile{
    margin-bottom: 100px;
}

.cl{
    position: absolute;
    right: 100px;
    top: 20px;
}
.cloud{
    position: absolute;
    left: 250px;
    top: 10px;
    height: 100px;
}
.im{
    height: 400px;
}
.middle-container{
    background: black;    
}

.skill-row {
    margin-top: 50px;
}

.skill-row img {
    width: 100px;
}




.profile p{
    text-align: center;
    margin: auto;
    width: 50%;
    

}

.contact-me{
  margin: 100px auto;

}
.bottom-container{
    margin: 0;
   
}
.ddd{
    clear: left;
}
.contact-me p{
    margin-bottom: 100px;
}
.btn {
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    font-family: 'Roboto', Times, serif;
    color: #000000;
    font-size: px;
    background: #f5f5f5;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
  }
  
  .btn:hover {
    background: #b4bdc2;
    text-decoration: none;
  }
  .bottom-container a{
    color: white;
    font-family: 'Roboto', Times, serif;
    text-decoration: none;
    padding: 0 10px;

  }
   a:hover{
    color: red;
   }
   .bottom-container p{
    font-size: 0.75rem;
    padding: 30px 0;
   }
