div{
    background-color: #BBE1FA;
}
body{
    margin: 0px;
    text-align: center;
    font-family: "Merriweather", serif;
    color: #1B262C;
}
h1{
    margin-top: 0px;
    padding-top: 160px;
    /* font-family: "Satisfy", cursive; */
    font-family: "Sacramento", cursive;
    font-size: 5.70rem;    /* 16px = 100% = 1em  */
    margin-top: 50px auto 0 auto;
    color:#0F4C75;
}
h2{
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    color: #0F4C75;
    font-weight: normal;
}
h3{
    font-family: "Montserrat", sans-serif;
    color: #3282B8;
    padding-bottom: 20px;
}
.upper-container{
    background-color: #BBE1FA;
    /* padding: 100px 0 0 0px; */
    border: 0px;
    /* display: inline; */
}
.middle-container{
    /* margin: 0px;
    border: 0px; */
    /* height: 600px;
    width: 600px;
    background-color: red; */
    /* position: absolute; */
    /* top: 200px; */
    /* left: 200px; */
    margin: 0px 0px;
    padding-bottom: 20px;
}
.below-container{
    background-color: #053554;
    /* margin: 0px;
    border: 0px;
    height: 200px;
    width: 200px; */
    /* background-color: blue; */
    
    /* position: absolute;
    bottom: 400px;
    left: 400px; */
    /* margin-top: 100px; */
    padding: 50px 0px 20px;
}
.top-cloud{
    position: absolute;
    right: 100px;
}
.bottom-cloud{
    position: absolute;
    top: 130px;
    left: 150px;
}
.profile-pic{
    position: absolute;
    left: 0px;
    right:200px;
    height: 200px;
    width: 200px;
}
.skill-row{
    display: block;
    width: 50%;
    margin: 100px auto 100px auto;
    text-align: left;
    line-height: 2;
}
.a1{
    width: 25%;
    float: right;
    margin-left: 30px;
}
.a2{
    width: 25%;
    float: left;
    margin-right: 30px;
}
/* .skill-desc{
    display: inline;
} */
.footer-p{
    /* margin-bottom: 0px; */
    color:#BBE1FA;
}
/* .middle-p{
    margin-bottom: 0px;
    visibility: hidden;
    // used padding, and not margin
} */
hr {
    background-color: none;
    border-style: dotted none none;
    height: 4px;
    width: 7%;
    border: dotted #92c7eb;
    border-width: 0.4em 0 0;
    margin: 100px auto;
}

.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: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    font-family: Arial;
    color: #c5e5fa;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    margin: 100px 100px 100px 100px;
    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;
  }
  /* .footer-link{
    margin: 100px auto 50px;
  } */
a{
    font-family: "Montserrat", sans-serif;
    color: #3282B8;
    padding-bottom: 20px;
    margin: 10px 20px;
    text-decoration: none;
}
a:hover{
    color: #b8e0fa;
}
