body {background-color: white;
      text-align: center;
      margin: 0;
      font-family: 'Merriweather', serif;
}


h1 {
  margin: 50px auto 0 auto;
  padding-top:100px;
  font-size: 5rem;
  font-family: 'Sacramento', cursive;
  color: #660066;
}

h2 {font-size: 2rem;
font-family: 'Caveat', cursive;
color: #000000;
font-weight: bold;
}

h3 {
  font-family: 'Caveat', cursive;
  font-size: 2rem;
  color: #bf66bf;
}

.profileimage {
  margin-top:50px;
  height:100px;
  width:100px;
  border-radius: 50%;
background-color:black;}

.topcontainer {
  margin-top:0;
padding:20px;
background-color: #aaaaaa;
}

.bunny {
  width:50%;
  margin:auto;
}

.middle-container  {;
  margin:0;
  color: #40514e;

    }

.bottom-container {
  background-color: #bf66bf;
  padding:50px;

}



.topcloud {
  position: absolute;

right:20%;}

.bottomcloud {position: absolute;
left:20%;}

hr {
border-style: dotted;
  border-width:10px 0 0 0;
  border-color: #ccaaff;
  width:10%;
  margin: 50px auto;
height:2px;}

.skills {
  margin-top: 50px;
}

.skill-row {
  width:50%;
  margin: 10px auto;
  text-align: left;
}

.skillsimage1 {
  border-radius: 100%;
  height:25%;
  width: 25%;
  float: left;
  margin-right: 30px;
}

.skillsimage2 {
  border-radius: 100%;
  height:25%;
  width: 25%;
  float: right;
  margin-left: 30px;
}

.contact-me {
  margin: 50px auto;
}

.smicon {
  margin: 10px;
}

.copyright {
  font-family: 'Caveat', cursive;
}
