
*{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    
}

body{
    background: rgb(62,51,51);
    background: linear-gradient(90deg, rgba(62,51,51,1) 22%, rgba(145,104,48,1) 100%);
}

.contents{
    display: flex;
    color: white;
    text-align: center;
    justify-content: center;
    background: rgb(62,51,51);
    background: linear-gradient(90deg, rgba(62,51,51,1) 22%, rgba(145,104,48,1) 100%);
    height: 150px;
    width: 100%;
}
.intro{
    width: 50%;
    text-align: center;
    padding: 30px;
    justify-content: center;
}

.options{
    justify-content: center;
    width: 50%;
    margin: 10px;
    padding: 30px;
}

.options a{
    padding: 30px;
    color: white;
    text-decoration: none;
    font-size: 24px;

}

.options a:hover{
    font-size: 25px;
    color: rgb(39, 184, 140);
    border-bottom: 5px solid black;
}

.first_content{
    height: 20rem;
    background-color: none;
    margin: 8% 0 13% 0;
    display: flex;
}

.picture{
    width: 20%;
    justify-content: center;
    text-align: center;
    padding: 10px;
    margin: auto;
}

.pic_container img{
  border-radius: 50%;
  width: 250px;
  height: 220px;
  border: solid rgb(66, 2, 2) 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}

.contain{
    justify-content: center;
    text-align: center;
    margin: auto;
    width: 60%;
    height: auto;
}

.small_greetings{
    text-align: center;
    padding: 30px;
    display: inline-block;
    border-radius: 10px; 
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.small_greetings h3{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    padding: 20px;
    color: white;
}

.skills{
    background: rgb(62,51,51);
    background: linear-gradient(90deg, rgba(62,51,51,1) 22%, rgba(145,104,48,1) 100%);
    width: 100%;
    height: 20rem;
    display: flex;
    margin: auto;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    gap: 20px;
}

.description{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgb(202, 228, 205);
    height: 200px;
    border-radius: 10px;
    gap: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.icons{
    display: flex;
    width: 15%;
    height: 15%;
    justify-content: center;
    gap: 5px;
}

.description:hover{
    margin-bottom: 10px;
    background-color: rgb(13, 131, 5);
}


.footer {
    margin-top: 100px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10rem;
    background: rgb(46, 1, 1);
    background: linear-gradient(90deg, rgba(75,59,59,1) 23%, rgba(201,146,71,1) 100%);
    color: white;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 0;
 }
 .footer li{
    display: inline-block;
    margin: 50px 20px 20px 20px;
 }


 @media only screen and (max-width: 1024px){
    .small_greetings h3{
        font-size: 1.6rem;
    }
    .description{
        width: 20%;
    }
 }

 @media only screen and (max-width: 965px){
    .options a{
        padding: 15px;
        font-size: 16px;
    }
    .small_greetings h3{
        font-size: 1.6rem;
    }
    .pic_container img{
        border-radius: 50%;
        width: 200px;
        height: 170px;
      }
      .description{
        width: 20%;
    }
 }

 @media only screen and (max-width: 757px){
    .contents{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin: auto;
        width: 100%;
        height: 100%;
        padding: 0px;
        margin: 0px;
    }
    .options{
        width: 100%;
        height: 50%;
        padding: 0px;
        margin: 20px 0 30px 0;
    }
    .intro{
        width: 100%;
        height: 50%;
        padding: 0px;
        margin: 20px 0 10px 0;
    }


    .first_content{
        display: flex;
        flex-direction: column;
        margin-bottom: 20%;
    }

    .pic_container img{
        width: 120px;
        height: 100px;
      }
      .small_greetings h3{
        font-size: 1.2rem;
    }

    .skills{
        flex-direction: column;
        height: 55rem;
    }
    .description{
        width: 40%;
    }

 }

 @media only screen and (max-width: 676px){
    .first_content{
        margin-bottom: 30%;
    }
 
}

@media only screen and (max-width: 577px){
    .first_content{
        margin-bottom: 40%;
    }
 
}

@media only screen and (max-width: 528px){
    .first_content{
        margin-bottom: 50%;
    }
 
}

@media only screen and (max-width: 481px){
    .pic_container img{
        width: 80px;
        height: 60px;
      }
      .contain{
        width: 80%;
    }
      .small_greetings h3{
        font-size: 1rem;
    }
    .description{
        width: 60%;
    }
}

@media only screen and (max-width: 369px){
    .pic_container img{
        width: 80px;
        height: 60px;
      }
      .small_greetings h3{
        font-size: 1rem;
    }
    .intro{
        font-size: .7rem;
    }
    .description{
        width: 60%;
    }

}

@media only screen and (max-width: 319px){
    .first_content{
        margin-bottom: 80%;
    }
    .description{
        width: 60%;
    }

}