body{
  margin-bottom: 350px;
}
.page-center{
    width: 800px;
    display: block;
    margin: auto;
    border-radius: 5px;
  }
  
  .project-buttons{
    background-color:rgb(167, 92, 17);;
    color: rgb(238, 209, 167);
    font-size: 14px;
    border-radius:5px;
    cursor:pointer;
    padding: 10px 16px;
    transition: opacity 0.15s;
    margin: 15px;
    
  }
  .buttons{
  display: flex;
  justify-content: center;
  
  }

  .project-buttons:hover{
    opacity: 0.7;
  }
  .project-buttons:active{
    opacity: 0.4;
  }
  .coming-soon{
    font-size: 50px;
    display: flex;
    justify-content: center;
  }
.download-resume{
  background-color: rgb(223, 137, 17);
  display: flex;
  justify-content: center;
  padding: 10px 0;
  padding-bottom: 20;
}
.download-button{
  background-color:rgb(79, 73, 73);
  color:white;
  border:none;
  border-radius:18px;
  font-weight:bold;
  font-size:15px;
  cursor:pointer;
  padding: 7px 16px;
  transition: box-shadow 0.15s;
  vertical-align: center;
}
.download-button:hover{
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.download-button:active{
  opacity: 0.7;
}



  .projects{
    padding: 1rem; 
  }
  .projects-title{
    background-color: rgb(238, 209, 167);
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
    padding: 25px 100px;
    border-radius: 10px
   
  }
  .Screenshot-project{
    width: 100%;
    height: 10rem; 
    object-fit: cover; 
    margin-bottom: 0.5rem;
  }
  .page-top{
    background-color: rgb(238, 209, 167);
    padding: 20px 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -58px;
    left: 0;
    z-index: 99;
    
  
  }
  .left-side{
    flex: 1;
  }
  .center{
    width: 800px;
    justify-content: center;
    align-items: center;
  }
  .right-side{
    flex: 1;
  }
  .about-text{
    text-align: center;
    font-size: 16;
  }
  .one{
    display: flex;  
    flex-wrap: wrap;  
    justify-content: center;
    gap: 1rem;  
  }
  .two{
    background-color: white;   
    padding: 1rem;             
    border-radius: 0.375rem;   
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    width: 20rem;              
    margin-bottom: 1rem;      
  }
  .three{
    width: 100%;               
    height: 10rem;            
    object-fit: cover;        
    margin-bottom: 0.5rem;     
  }
  