a {
    color: #11999E;
    text-decoration: none;
}

a:hover {
    color: aquamarine;
}

body {
    margin: 0px;
    text-align: center;
    background-color: white;
    font-family: cursive;
}

h1 {
    margin: 0 auto 0 auto;
    font-family: 'Sacramento', cursive;
    font-size: 2rem;
}

h2,
h3 {
    font-family: 'Montez', cursive;
    font-size: 1.79rem;
    color: #6BBFBF;
}

hr {
    border: dotted rgb(89, 88, 100) 10px;
    border-bottom: none;
    width: 10%;
    margin: 100px auto;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-family: 'Moon Dance', cursive;
    font-size: 1.5rem;
    color: rgb(83, 104, 74);
}

.certificate{
    font-family: 'Montserrat', sans-serif;
    font-family: 'Moon Dance', cursive;
    color: rgb(83, 104, 74);
}

.copyright {
    color: #EAF6F6;
    padding: 20px 0;
    width: 40%;
    margin: 40px auto;
    font-size: 1.3rem;
}

.top_cloud_img {
    height: 15%;
    width: 15%;
    position: absolute;
    top: 3%;
    right: 27%;
}

.middle_cloud_img {
    height: 20%;
    width: 17%;
    position: absolute;
    top: 11%;
    right: 7%;
}

.bottom_cloud_img {
    height: 20%;
    width: 17%;
    position: absolute;
    top: 21%;
    left: 12%;
}

.intro-h{
    font-size: 1.7rem;
}

.intro-p{
    font-size: 1.2rem;
}

.mountain_img {
    height: 100%;
    width: 100%;
}

.skill_img {
    height: 10%;
    width: 10%;
}


.skill-row {
    width: 50%;
    margin: 100px auto 100px auto;
    text-align: left;
}

.python_img {
    border-radius: 100%;
    width: 20%;
    float: left;
    margin-right: 30px;
}

.cpp_img {
    border-radius: 100%;
    width: 20%;
    float: left;
    margin-left: 30px;
}

.web_dev_img {
    border-radius: 100%;
    width: 20%;
    float: right;
    margin-left: 30px;
}

.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: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.btn:hover {
    background: #30e3cd;
    background-image: -webkit-linear-gradient(top, #30e3cd, #2bc4ad);
    background-image: -moz-linear-gradient(top, #30e3cd, #2bc4ad);
    background-image: -ms-linear-gradient(top, #30e3cd, #2bc4ad);
    background-image: -o-linear-gradient(top, #30e3cd, #2bc4ad);
    background-image: linear-gradient(to bottom, #30e3cd, #2bc4ad);
    text-decoration: none;
}

.footer_link{
    font-size: large;
    padding-left: 5%;
    padding-right: 5%;
}

#intro{
    position: absolute;
    top: 45%;
    left: 45%;
    color: black;
}

#top_container {
    background-color: skyblue;
    position: relative;
    text-align: center;
}

#mid_container {
    background-color: white;
    margin: 100px 0;
    text-align: center;
}

#bottom_container {
    background-color: #66BFBF;
    position: relative;
    padding: 50px 0 20px 0;
}

#pro:hover {
    text-decoration: underline;
}

