

body{
    margin: 0;
    text-align: center;
    font-family: 'merriweather', serif;
}

h1 {
    color: #66bfbf;
    font-size: 70px;
    margin-top: 50px auto 0 auto;
    font-family: 'sacramento' , cursive;
}

h2 {
    color: #66bfbf;
     font-family:'montserrat' , sans-serif;
     font-size: 2.5rem;
     font-weight: normal;
     padding-bottom: 10px;
}

h3 {
    color: #11999e;
    font-family:'montserrat' , sans-serif;
}
.top-container p{
    color: #11999e;
}

hr {
    border: dotted #EAF6F6 6px;
    border-bottom: none;
    width: 4%;
    margin: 100px auto;
}

.bottom-container a{
    color: #11999e;
    font-family: 'montserrat' ,sans-serif;
    margin: 10px 20px;
    text-decoration: none;
}

.bottom-container a:hover{
    color: #EAF6F6;
}

.top-container {
    background-color: #E4F9F5;
    position: relative;
    padding-top: 100px;
}

.middle-container {
    margin: 100px 0;
}

.bottom-container{
    background-color: #66bfbf;
    padding: 50px 0 20px;
}

.skill-row {
    width: 50%;
    margin: 100px auto 100px auto; 
    text-align: left;
}

.intro {
    width: 30%;
    margin: auto;
}

.top-cloud {
    position: absolute;
    right: 300px;
    top: 40px;
}

.p {
    line-height: 2;
}

.contact-message {
    width: 40%;
    margin: 40px auto 60px;
}
.copyright {
    color: #EAF6F6;
}
.bottom-cloud {
    position: absolute;
    left: 250px;
    bottom: 300px;
}

.laptop-image {
    width: 25%;
    float: left;
    margin-right: 30px;
}

.cake-image {
    widows: 25%;
    float: right;
    margin-left: 30px;
}

.contact .btn{
    border: 0;
    background-color: rgb(152, 226, 248);
    padding: 15px 15px;
    border-radius: 10px 10px 10px 10px;
    color: black;
    text-decoration: none
}

/* .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: 10px;
           -moz-border-radius: 10px;
           border-radius: 10px;
           color: #FFFFFF;
           font-family: 'montserrat' , sans-serif;
           font-size: 28px;
           font-weight: 100;
           padding: 40px;
           border: solid #337FED 1px;
           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;
    } */