

body{
   
    background-color: #e9ebee;
    margin: 0 ;
    padding: 0;
    font-family: "Roboto", sans-serif;
  
     
   
}
.page{
    width: 1280px;
    display: block;
    margin: 0 auto;
    min-height: 100vh;
    background-color: #ffffff;
    
}

.nav{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    background-color: #ffffff;
    color: black;
    padding: 5px;
     
    border-bottom: 1px solid #eee9ea; 
    position: fixed;
    width: 1280px;
   z-index: 1000;
    box-sizing: border-box;

}
.logo-text{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items:     baseline;
    /* font-family: Georgia, 'Times New Roman', Times, serif; */

}
.logo-text h1{
    
   
    margin: 0;
    padding-left: 3px;
    color: #174072;
    font-size: 24px;
    margin-bottom: 3px;
}
.logo{
    width: 30%;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
}

.navbar{
    width: 70%  ;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #ffffff;
    color: black;
    padding-right: 20px;
    height: 50px;   
   
}
.navbar a{
    display: flex   ;
    justify-content: center;
    justify-items: center;
    text-decoration: none;
    color: #174072;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
    border-left: 1px solid #e9ebee;
    /* border-radius: 3px; */
   font-weight: 400;
    /* margin: 0 2px; */
    /* background-color: #fff8f0; */
}   

.navbar a:hover{
    background-color: #ccc7c7;
    color: #0e1218;
    
}
.header {
   
    background-color: red;
    
}
.content{
    display: flex   ;
    flex-direction: column;
    
    padding: 10px;
    position: relative;
    top:40px
}
.gallery{
    display: flex;
    flex-direction: row ;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px;
}
footer{
    background-color: #c7c3c3;
    text-align: center;
    padding: 6px;
    color: #555;
   
    position:relative;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}
footer p{
    margin: 0;
    font-size: 14px;
}

.image-item p{
    margin: 0;
    padding: 5px 0;
    font-size: 14px;
    color: #333;
    text-align: center;
}