
body {
  background-color: dimgrey;
  color: #2D2D2D;
  font-family: Verdana;
}

header {
  color: mediumseagreen;
  text-align: center;
  font-size: 18px;
  display: block;
  border: solid mediumseagreen 2px;
  padding: 15px;
  background-color: black;
}

h1 {
  color: mediumseagreen;
  text-align: center;
  font-size: 20px;
}

nav {
  color: mediumseagreen;
  text-align: center;
  font-size: 18px;
  display: inline-block;
}

.navbar {
  position: relative;
  width: 100%;
  height: 5%;
  left: 100%;
  margin-bottom: 3%;
  margin-top: 3%;

}

.center {
  width: 75%;
  height: 50%;
  background-color: white;
  }
.navbutton {
  background-color: mediumseagreen;
  color: palegreen;
  width: 100px;
  height: 40px;
}
.navbutton > a {
  text-decoration: none;
}
.navbutton :hover {
  background-color: mediumspringgreen;
  color: mintcream;
}

.whoami {
  color:mediumseagreen; 
  text-align:justify; 
  display:inline; 
  position:relative;
  white-space:nowrap;
}

.smallasideone {
  height:85px;
  width:250px;
  padding:10px;
  background-color:black;
  border:solid 2px mediumseagreen;
}
#hiremeimage {
  display: block;
  position: relative;
  float: right;
  margin-right: 5%;
  height: 40%;
  width: 40%;
}

.CLI {
  display: block;
  position: relative;
  float: left;
  height: 20%;
  width: 20%;
  margin-top: 1%;
}

.contactform {
  display: block;
  height: 30%;
  width: 30%;
  background: black;
  color: mediumseagreen;
  position: relative;
  float: left;
  margin-left: 30%;
  margin-top: 1%;
}