<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  text-align: center;
  font-family: 'Merriweather', serif;
  margin: 0;
  /* color: #40514E; */
}

/* div{
  background-color: #C1F4C5;
  margin-left: 0px;
  margin right: 0px;
} */
.dp {
  width: 400px;
  height: 400px;
  border-radius: 50%;
}
.html_css_pic{
  height: 400px;
  width: 400px;
}
.javascript-pic{
  height: 400px;
  width: 400px;
}
.h2_wala{
  font-size: 2.5rem;
  color:  #66BFBF;
}

.hey{
   color:  #66BFBF;
}
.footer-link{
  color:#11999E;
}
.skill-row{
  width: 50%;
  margin: 20px auto 100px auto;
  text-align: left;
  line-height: 2;
}
.html_css_pic{
  width: 25%;
  height: 25%;
  float: left;
  margin-right: 30px;
}
.javascript-pic{
  width: 25%;
  height: 25%;
  float: right;
  margin-right: 30px;

}
/* .html_css_description{
 clear: left;
}
.javascript_description{
  clear:both;
} */
p{
  line-height: 2;
}
h1 {
  margin:50px auto 0 auto;
  font-size: 70px;
  /* margin-top: 0; */
  font-family: 'Sacramento', cursive;
  /* font-color:#66BFBF */
  /* line-height: 2; */

}
h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  color:#11999E;
}
hr{
  border: dotted #EAF6F6 6px;
  border-bottom:none;
  width:4%;
  margin: 100px auto;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
}

.top-container {
  /* height: 200px;
  width: 200px; */
  background-color: #EAF6F6;
  /* border: 10px;
  padding: 20px; */
  border-color: black;
  border: 20px;
}


 .WEB{
    text-decoration: underline;
  }



.bottom-container{
  background-color: #66BFBF;
  padding:17px 0 17px;
}
.middle-container{
  margin:100px 0;
  
}
.introduction{
  width: 30%;
}
.contact-msg{
  width: 40%;
  margin:50px auto;
}
.last-msg{
  width: 40%;
  margin:40px auto 60px;
}

.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;
}




/* old buttom code */
/* 
.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: 18;
  -moz-border-radius: 18;
  border-radius: 18px;
  font-family: Arial;
  color: #73e0e6;
  font-size: 23px;
  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;
} */





a{
  font-family: Montserrat sans-serif;
  margin: 10px 20px;
  text-decoration: none;
  font-size: 1.2rem;
}
a:hover{
  color:#EAF6F6;

}
.last-name{
  color: #EAF6F6;
  font-size: 0.75rem;
  padding:20px 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
</pre></body></html>