body{
    background-color: black;
    padding:20%;
}
h1{
   
    text-align: center;
    color:white;
    margin-top: 10%;
    font-size: 210%;
    font-family: 'Press Start 2P', cursive;
    text-shadow: white;

}
h2{
    color:black;
}
p{
    color:black;
}
h3{
    color:black;
    font-family: 'Shadows Into Light', cursive;
}

.cloud{
    height: 20%;
    width:15%;
    margin-left: 20%;
    margin-top: 0%;
    margin-bottom: 5%;
   
}

img{
    margin-top: 0%;
    width:100%;
    height: 40%;
    position:relative;
    

}
.scloud{
    height:20%;
    width:10%;
    margin-left: 60%;
    margin-top:0%;
}
.skill-row{
    background-color:#b7b7a4;
    
}
.skill-img{

    margin-left: auto;
    margin-right: auto;
    height:20%;
    width:20%;
}
.profile{
    height:30%;
    width:30%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    
}
.middle-container{
    background-color:#f0efeb;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
  
}
.bottom-container{
    background-color:#b7b7a4;
    
}
.footer-link{
    margin-left: 5%;
}