body{
  background-color: white;
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-family: 'montserrat',sans-serif;
}
hr{
  border: dotted #98acf8 7px;
  border-bottom: none;
  width: 5%;
  margin-bottom: 100px;
  margin-top: 100px;
}

.top-container{
  background-color: #98acf8;
  position: relative;
  padding-top:100px;
}


h1{
  font-family: 'Courgette', sans-serif;
  font-size: 90px;
  color: white;
}
a{
  color: #a685e2;
  padding: 20px;
  text-decoration: none;
}
a:hover{
  color:white;
}


.heading{
  color:white;
  font-size:30px;
  margin-bottom:20px;
}
.skills-heading{
  color:#194350;
  font-size:40px;
}
.hello {
  color:#194350;
  font-size: 50px;
}
.bottom-cloud{
  position: absolute;
  top: 460px
}
.top-cloud{
  position: absolute;
  right: 300px;
  top: 400px;
}



.kartik{
  margin-top: 100px;


}
.middle-container{
  color:#194350;
}




.kartik{

  width: 15%;
}

.writer{
  width: 35%;
  float: left;
  margin-right: 20px;
}

.Designer{
  width:35%;
  float: right;
  margin-left: 20px;
}
.skill-row{
  width: 50%;
  margin:150px auto 150px auto;
  line-height: 2;
}
.bottom-container{
  background-color:#98acf8;
  color: white;
  padding: 50px 0 20px;
}
.contact-me{
color: #194350;
margin-bottom: 100px;

}

.contact-messages{
  width: 25%;
  margin:40px auto;
  line-height: 2;
}
.footer{
  font-size:15px;
  padding-top: 20px;
}


.btn{
  background: #98acf8;
  background-image: -webkit-linear-gradient(top, #98acf8, #456b82);
  background-image: -moz-linear-gradient(top, #98acf8, #456b82);
  background-image: -ms-linear-gradient(top, #98acf8, #456b82);
  background-image: -o-linear-gradient(top, #98acf8, #456b82);
  background-image: linear-gradient(to bottom, #98acf8, #456b82);
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  text-shadow: 1px 1px 3px #666666;
  font-family:'montserrat',sans-serif;
  color: #ffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #82ccfa;
  background-image: -webkit-linear-gradient(top, #82ccfa, #3498db);
  background-image: -moz-linear-gradient(top, #82ccfa, #3498db);
  background-image: -ms-linear-gradient(top, #82ccfa, #3498db);
  background-image: -o-linear-gradient(top, #82ccfa, #3498db);
  background-image: linear-gradient(to bottom, #82ccfa, #3498db);
  text-decoration: none;
}
