body{
    color: whitesmoke;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}
.topnav{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    overflow: hidden;
}
.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
.topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
.topnav a.active {
    color:cyan;
  }
  
.topnav-right {
    float: right;
  }
.skillbox{ 
    text-align: "center";
    color: whitesmoke;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    position:absolute; 
    top: 40px; 
    bottom:0; 
    right:0; 
    left:0;
}
.skillbox .inskillbox1 {
    max-width: 600px;
    background-color: #252627;
    box-shadow: 0 0 1.2rem rgba(0,0,0,.25);
    padding: 5px;
    position: relative;
    top: -12%;
    left: 15%;
    transform: translateX(-25%);
    z-index: 1;
}

.skillbox .inskillbox2 {
  max-width: 600px;
  background-color: #252627;
  box-shadow: 0 0 1.2rem rgba(0,0,0,.25);
  padding: 5px;
  position: relative;
  top: -71.5%;
  left: 63%;
  transform: translateX(-25%);
  z-index: 1;
}

.skillbox .inskillbox3 {
  max-width: 600px;
  background-color: #252627;
  box-shadow: 0 0 1.2rem rgba(0,0,0,.25);
  padding: 5px;
  position: relative;
  top: -60%;
  left: 15%;
  transform: translateX(-25%);
  z-index: 1;
}

.skillbox .inskillbox4 {
  max-width: 600px;
  background-color: #252627;
  box-shadow: 0 0 1.2rem rgba(0,0,0,.25);
  padding: 5px;
  position: relative;
  top: -119%;
  left: 63%;
  transform: translateX(-25%);
  z-index: 1;
}
.skillbox h1 {
    font-size: 7.5rem;
    z-index: 0;
    opacity: .1;
}

.intro .inintro p {
    font-size: 1.1rem;
    color: #BEBEBE;
}


* {box-sizing:border-box}


.container {
  width: 100%; 
  background-color: #ddd; 
}

.skills {
  text-align: right;
  padding-top: 10px; 
  padding-bottom: 6px; 
  color: white; 
}

.html {width: 90%; background-color: #21d190
  ;} 
.css {width: 80%; background-color: #0cbaba;} 
.js {width: 70%; background-color: #274046;} 
.php {width: 60%; background-color: #649182;} 