body{
margin: 0;
text-align: center;
background-color: #C1FFD7;
}

h1
{
color: #66BFBF;
margin: 50px auto 0 auto;
font-size: 5.625rem;
font-family: 'Dancing Script', cursive;
}
h2
{
  color: #66BFBF;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  padding-bottom: 10px;
}
h3
{
  color: #11999E;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 10px;
}
.top{

background-color: #C1FFD7;
position: relative;
padding-top: 30px;
}
.middle-conatainer
{
  background-color: #C1FFD7;
}
.top-cloud
{
  position: absolute;
  top:30px;
  right:300px;
}
.bottom-cloud
{
position: absolute;
left:250px;
}

a
{
  color:  #11999E;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  padding: 20px 20px;
  text-decoration: none;
}
a:hover{
  color: #EAF6F6;
}
hr{
  border: dotted 6px;
  border-color: black;
  width: 10%;
  border-bottom: none;
  margin: 50px auto;
}
p
{
  font-family: 'Open Sans', sans-serif;
  line-height: 2;
  font-weight: bolder;
}
.profile{
  width:50%;
  text-align: center;
  margin: 100px auto 100px auto;
}
.skill-row
{
  width:50%;
  margin:50px auto 100px auto;
  text-align: left;
}
.profile-image
{
  width: 25%;
}
.codeimage{
  margin-right: 30px;
  width: 25%;
  float: left;
}
.testerimage
{ margin-left: 30px;
  width: 25%;
  float: right;
}
.bottom-container{
  padding-top: 60px;
  padding-bottom: 60px ;
  background-color: #94C3FB;
}
.btn {
   background: #94C3FB;
   background-image: -webkit-linear-gradient(top, #94C3FB, #1E62D0);
   background-image: -moz-linear-gradient(top, #94C3FB, #1E62D0);
   background-image: -ms-linear-gradient(top, #94C3FB, #1E62D0);
   background-image: -o-linear-gradient(top, #94C3FB, #1E62D0);
   background-image: -webkit-gradient(to bottom, #94C3FB, #1E62D0);
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   height: 9px;
   line-height: 9px;
   color: #FFFFFF;
   font-family: Helvetica;
   font-size: 11px;
   font-weight: 400;
   text-shadow: 1px 1px 20px #000000;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
   margin-bottom: 30px;
}

.btn:hover {
   border: solid #337FED 1px;
   background: #1E62D0;
   background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -webkit-gradient(to bottom, #1E62D0, #3D94F6);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   text-decoration: none;
}
.last
{
  color: #EAF6F6;
  font-size: 0.75rem;
  padding: 30px 0;
}
.contact-me
{
  width:50%;
 margin:50px auto 100px auto;
}
