body {
  margin: 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5em;
}

h1 {
  margin-top: 0;
  font-size: 5.625rem;
  font-family: 'Great Vibes', cursive;
  color: #66BFBF;
}

h2 {
  font-family: 'Lobster Two', cursive;
  color: #66BFBF;
  font-size: 2em;
  margin: 100px auto 50px;
}

h3 {
  font-family: 'Lobster Two', cursive;
  color: #11999E;
}

hr{
  border-style: none;
  border-top: dotted 10px;
  width: 5%;
  color: grey;
  margin: 50px auto;
}

.Top {
  background-color: #EAF6F6;
  position: relative;
  padding-top: 100px;
}


.bottom-cloud {
  position: absolute;
  left: 300px;
  bottom: 300px;
}

.top-cloud {
  position: absolute;
  right: 300px;
  top: 50px;
}

.pic-circle {
  border-radius: 50%;
  height: 200px;
  margin-top: 50px;
}

.code-circle {
  height: 150px;
  float: left;
  margin-right: 100px;
  margin-left: 200px;
  margin-bottom: 50px;
}

.cricket-circle {
  border-radius: 20%;
  height: 100px;
  float: right;
  margin-left:100px;
  margin-right: 200px;
  margin-top: 50px;
  margin-bottom: 50px;
}


p{
  color: #40514E;
  margin: auto;
  padding: 50px;
  padding-top: 0;
}


.intro{
  padding-top: 0;
  margin-top: auto;
  width: 50%;
}



.bottom-container{
  background-color: #66BFBF;
  margin-top: 100px;
}

a{
  color: #11999E;
  margin: 10px 20px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
}

a:hover
{
  color: #EAF6F6;
}

.contact-message{
  width: 50%;
  margin: 50px auto;
  padding: 0;
}

.copyright{
    color: #EAF6F6;
    padding: 20px;
}


.btn {
  background: #66BFBF;
  background-image: -webkit-linear-gradient(top, #66BFBF, #2980b9);
  background-image: -moz-linear-gradient(top, #66BFBF, #2980b9);
  background-image: -ms-linear-gradient(top, #66BFBF, #2980b9);
  background-image: -o-linear-gradient(top, #66BFBF, #2980b9);
  background-image: linear-gradient(to bottom, #66BFBF, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #1f628d 2px;
  text-decoration: none;
}

.btn:hover {
  background: #3cfc9f;
  background-image: -webkit-linear-gradient(top, #3cfc9f, #c6d934);
  background-image: -moz-linear-gradient(top, #3cfc9f, #c6d934);
  background-image: -ms-linear-gradient(top, #3cfc9f, #c6d934);
  background-image: -o-linear-gradient(top, #3cfc9f, #c6d934);
  background-image: linear-gradient(to bottom, #3cfc9f, #c6d934);
  text-decoration: none;
}
