

/* instrument-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/instrument-sans-v4-latin-regular.woff2') format('woff2');
}

/* aleo-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Aleo';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/aleo-v16-latin-regular.woff2') format('woff2');
}

body {
  font-family: 'Aleo', serif;
  background: url('images/background.jpg'); 
  background-size: cover;
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.5;
}

h1, h2 {
  font-family: 'Instrument Sans', sans-serif;
  margin: 0.5em 0;
}

h1 {
  font-size: 2.5em;
  text-align: center;
  color: #ff6f61;
}

h2 {
  font-size: 1.25em;
  margin-top: 0.5em;
  color: #333;
}

p {
  font-size: 1em;
  line-height: 1.6em;
  padding: 0 10px;
}


header {
  text-align: center;
  padding: 2em 1em;
  background-color: white;
  color: #ff6f61;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 250px); 
  gap: 20px;
  padding: 2em;
  justify-content: center; 
  justify-items: center;   
  grid-auto-rows: auto;   
}


.movie-card {
  max-width: 300px;
  background-color: rgba(255,255,255,0.9);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  text-align: center;
}

.movie-card img {
  width: 100%;
  height: auto;
  display: block;
}

.movie-card p {
  padding: 0.5em 1em 1em 1em;
  font-size: 0.9em;
  color: #555;
}


footer {
  text-align: center;
  padding: 1.5em;
  background-color: #ff6f61;
  color: white;
}
