body {
  margin: 0;
  text-align: center;
}

h1 {
  margin: 0;
  font-family: "Dancing Script", sans-serif;
  font-size: 5.625rem;
  color: #66BFBF;
  line-height: 2;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  color: #66BFBF;
  font-weight: normal;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  color: #11999E;
}

p {
  font-family: "Rajdhani", sans-serif;
  color: #40514E
}

hr{
  border-style: dotted none none;
  color: grey;
  width: 5%;
  border-width: 5px;
  margin: 50px;
}

a{
    color: #C7EEFF;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    margin: 20px 10px;
}

a:hover{
  color: #EAF6F6;
}

.btn{
  padding: 100px;
}

.top-container {
  background-color: #CFF5E7;
  position: relative;
  padding-top: 100px;
}

.middle-container{
  background-color: #F9FCFD;
}

.bottom-container{
  background-color: #66BFBF;
  padding: 50px 0 20px;
}

.my-img{
  height: 250px;
  width: 250px;
  margin: 30px;
  border-radius: 50%;
}

.top-cloud {
  position: absolute;
  top: 50px;
  right: 400px;
}

.bottom-cloud {
  position: absolute;
  left: 400px;
  bottom: 300px;
}

.profile-description{
  width: 30%;
}

.skill-row{
  width: 50%;
  margin-top: 50px;
  margin: 50px auto 100px;
  text-align: left;
  line-height: 2;
}

.skill-one-img{
  width: 35%;
  float: left;
  margin: 40px;
  border-radius: 80%;
}

.skill-two-img{
  width: 35%;
  float: right;
  margin: 40px;
  border-radius: 80%;
}

.contact-me{
  height: 350px;
}

.contact-me-info{
  width: 30%;
  padding: 50px;
}

.copyright{
  color: #EAF6F6;
}

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
