body
{
  margin: 0;
  text-align: center;
  font-family: 'Lora', serif;
}
.top-container{
  background-color: #FFFFDE;
  padding-top: 100px;
}
.bottom-container{
  margin-top: 50px;
  background-color: #FFFFDE;
  padding: 50px 0 20px;
}
.h2{
  font-family: 'Work Sans', sans-serif;
  font-size: 2rem;
  color: #66BFBF;
  font-weight: normal;
}
hr
{
  border-style: dotted none none;
  border-width: 5px;
  border-color: grey;
  width: 5%;
}
span{
  text-decoration: underline;
}
h1
{
  font-family: 'Pacifico', cursive;
  margin-top: 50px;
  margin-bottom: 0;
  color: #66BFBF;
  line-height: 2;
  font-size: 4rem;
  /*margin: 0 auto;
  width: 10%; when we specify width, we need to use margin to make it centrally aligned*/
}
h2{
  font-family: 'Fjalla One', sans-serif;
  color: #66BFBF;
  font-weight: normal;
  font-size: 2rem;
}
.top-cloud{
  position: absolute;
  top: 50px;
  right: 400px;
}
.bottom-cloud{
  position: absolute;
}
a{
  color: #7FBCD2;
  margin: 10px;
  text-decoration: none;
}
a:hover{
  color: #EAF6F6;
}
h3{
  font-size: 1.4rem;
  color: #3FA796;
}
.copyright{
  font-size: 0.75rem;
}
.hobbies-row{
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
  line-height: 2;
}
.hobbies-img1{
  width: 25%;
  height: 150px;
  float: left;
  margin-right: 30px;
}
.hobbies-img2{
  width: 25%;
  float: right;
  margin-left: 30px;
}
.text{
  line-height: 2;
  margin-bottom: 30px;
  font-size: 1rem;
}
.btn {
  background: #11cdd4;
  background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
  background-image: -moz-linear-gradient(top, #11cdd4, #11999e);
  background-image: -ms-linear-gradient(top, #11cdd4, #11999e);
  background-image: -o-linear-gradient(top, #11cdd4, #11999e);
  background-image: linear-gradient(to bottom, #11cdd4, #11999e);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #30e3cb;
  background-image: -webkit-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -moz-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -ms-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -o-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: linear-gradient(to bottom, #30e3cb, #2bc4ad);
  text-decoration: none;
}
