@font-face {
  font-family: Lexend;
  src: url(Lexend.ttf);
}

body {
  background-image: url("index-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Lexend;
  color: black;
  }
  
h1 {
 font-family: "Georgia", Times, serif;
 font-size: 70px; 
}

h2 {
 font-size: 30px; 
}

h3 {
 font-size: 23px; 
}
  
.container {
  background-color: white;
  padding: 15px;
  margin-top: 120px;
  margin-bottom: 10px;
  margin-left: 250px;
  margin-right: 250px;
  text-align: center;
}
  
.div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

.div.gallery:hover {
  border: 1px solid #777;
}

.div.gallery:img {
  width: 100%;
  height: auto;
}
  
  
  
  
  
  
  
  
  