body {
   
    background-color: rgb(70, 21, 45);
    background-repeat: no-repeat;
    background-image: url(images/profileback.png);
    background-size: 100% 700px;  
    height: 100%;
    width: 100%; 
    
   
}

#Skill {
    max-width: 600px;
    margin: 50px auto;
    text-align: center;
  
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
    color: #333;
}

.skill {
    margin-bottom: 20px;
}

h4 {
    margin: 0;
    font-size: 20px;
    color: #555;
}

.progress {
    background-color: #ddd;
    border-radius: 5px;
    height: 20px;
    margin-top: 10px;
    overflow: hidden;
}

.progress-bar {
    background-color: #4caf50;
    height: 100%;
    line-height: 20px;
    border-radius: 5px;
    transition: width 1s ease-in-out;
}
h1 {
   color: rgb(248, 244, 246);
}
h2 {
    color:white;
}
h4 {
    color:white;
}
header {
    text-align: center;    
}
span {
    color:rgb(248, 9, 148); 
}
a {
    text-decoration: none;
    color:rgb(255, 250, 250);
    margin: 20px;
    padding-left: 10%;    
}
a:hover {
    text-decoration: none;
    color:rgb(248, 9, 148);

}
.imgAmoLoGO {
  
    width: 100px;
     height: 100px; 
    border: 4px solid rgb(248, 9, 148); 
    border-radius: 50%; 
    margin-bottom: 10px
    
}
.AboutAmo{
    
    text-align: center;
    padding-top: 70px;
    
}
h3 {
    color: rgb(255, 250, 250); 
   
}
p {
    color:white;
    font-size: 15px;
}


.SkillAmo {
    text-align: center;
    padding-top: 200px;
   
}

.projects {
    padding: 50px 0;
    text-align: center;
}

.project-item {
    display: inline-block;
    margin: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.project-item:hover {
    transform: translateY(-5px);
}

.project-item img {
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.project-details {
    padding: 20px;
}

.project-details h2 {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}

.project-details p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.project-links a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #e6167e;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}

.project-links a:hover {
    background-color: #75385c;
}
.footer {
    background-color: #000000;
    color: #fff;
    padding: 30px 0;
  }
  
  .container {
    width: 80%;
    margin: 0 auto;
  }
  
  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .footer-content h2 {
    margin-bottom: 20px;
  }
  
  .footer-content p {
    margin-bottom: 20px;
  }
  
  


@media screen and (max-width: 600px) {
    #Skill {
        margin: 20px;
    }
    .SkillAmo {
        padding-top: 100px;
    }
    .AboutAmo {
        padding-top: 30px;
    }
    
}