@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sacramento&display=swap');


/*********************TAG SELECTORS***************************/

body {
    margin: 0;
    text-align: center;
    font-family: 'Merriweather', serif;
}

hr {
    border-color: #EAF6F6;
    border-style: none;
    border-top-style: dotted;
    border-width: 5px;
    width: 5%;
}

h1 {
    color: #66BFBF;
    font-family: 'Sacramento', cursive;
    font-size: 5.625rem;
    line-height: 2;
}

h2 {
    color: #66BFBF;
    font-family: "Montserrant", sans-serif;
    font-size: 2.5rem;
    font-weight: normal;
}

h3 {
    color: #11999E;
    font-family: "Montserrant", sans-serif;
}

a:hover {
    text-decoration: underline;
    text-decoration-color: #66BFBF;
}


/*********************CLASS SELECTORS*************************/

.top-container {
    text-align: center;
    background-color: #EAF6F6;
    position: relative;
    padding-top: 100px;
}

.top-cloud {
    position: absolute;
    top: 50px;
    right: 300px; 
}

.bottom-cloud {
    position: absolute;
    left: 300px;
    bottom: 300px;
}

.profile {
    padding: 100px 0px 50px 0px;
    width: 50%;
    margin: auto;
}

.logo {
    border-radius: 100%;
    border: 5px solid white;
    height: 230px;
    width: 230px;
}

.skills {
    padding: 20px 0px;
}

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

.computer-img {
    width: 25%;
    margin-right: 50px;
    float: left;
    border-radius: 100%;
}

.code-img {
    width: 25%;
    float: right;
    border-radius: 100%;
    background-color: rgb(216, 207, 207);
}

.contact-me{
    margin: auto;
    padding: 20px 0px 50px 0px;
    line-height: 2;
}

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

.bottom-container {
    padding: 40px;
    background-color: #66BFBF;
    line-height: 2;
}

.footer-link {
    text-decoration: none;
    color: #11999E;
}

.footer-link:hover {
    color: white;
}

.copyright {
    color: white;
}

/*********************ID SELECTORS****************************/


