body {
    background-color:#c2cdff;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin:0;
}


#menu{
    display:flex;
    justify-content: center;
    padding: 15px;
    gap: 1rem;
         
}  



#menu a{
    color:black;
    font-size: 1.1rem;
    padding: 20px;
    text-decoration: none;
}


#menu a:hover {
  color: #364fc7;
  text-decoration: underline; 
}




hr {
  margin: 0;
  width: 100%;
  
}



#content {
  display: flex;
  justify-content: space-between;
  align-items:center;
  flex-wrap: wrap;                 
  gap: 5rem;                       
  padding: 70px 30px;               
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
  min-height: 80vh;
  
}







#content h1{
    font-size: 3rem;
   
}


.intro p {
    max-width: 250px;       
    line-height: 1.6;       
    font-size: 14px;
    
}  





#latestProject {
    margin-top: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;   
    
    
}


#latestProject h2 {  
    font-size: 1.5rem;  
}




#latestProject a{
    color:blue;
    font-size:1.2rem;
    text-decoration: none;
}





#latestProject a:hover {
  color: #364fc7;text-decoration: underline; 
}
  




#latestProject p
{
    max-width: 200px;
}



#latestProject img{
    
    width: 100%;
    height: auto; 
}








#movie img {
    margin-top: 10rem;
    max-width: 500px;
    width: 100%;
    height: auto;
    box-sizing:border-box;
    border: 5px solid black;
}





footer {
    padding-top: 2%;
    display: flex;
    justify-content: center;
    gap: 2rem;
     
}



#links a {                  
    margin: 0 15px;              
    text-decoration: none;  
}



#links img{
    
    width: 50px;
    height: auto;
}









.projects {
    display: flex;
    flex-direction: column;
    align-items: center;
    
}


.projects a {
    font-size: 30px;
    text-decoration: none;
}




.projects a:hover{
    font-size: 30px;    
    color: lightcyan;
    text-decoration: underline; 
}




.project {
    border: solid black;
    width: 750px;
    background-color: lightgray;
}

.project img{
    max-width: 100px;
    max-height: 100px;
    margin-left: 650px;
}



.search form {   
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    border: 2px solid black;
    background-color: lightgray;
}



.search input {
    
    height: 40px;
    outline: none;
}




.search button{
    width: 15%;
    height: 45px;  
}



.search button:hover {
  background-color: green;
}



.sort_techniques{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    max-height: 150px;
    
}


.sort_techniques input{
    height: 15px;
}


#singleproject img{
    max-width: 500px;
    max-height: 500px;
}


