body, h1, h2, h3, h4, p, a {
    margin: 0;
    font-size: 100%;
    font-weight: normal;
  }
  
  * {
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Helvetica', 'Arial', sans-serif;
    background-color: rgb(0, 0, 0);
  }
  
  header {
    height: 100vh;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    text-align: center;
  }
  
  p{
    margin: auto;
    color: #ffffff;
    text-align: center;
  }

  h2{
    margin: auto;
    color: #ffffff;
    text-align: center;
    font-size: 50px;
  }

  h1 {
    margin: 1px auto 5px;
    font-size: 140px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
  }
  
  .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
  
  img{
    margin: auto;
  }

  .content {
    width: 80%;
    margin: 0 auto;
  }
  
  .card{
    box-shadow: 4px 4px 5px rgba(255, 255, 255, 0.4);
    display: inline-block;
    padding: 15px 15px 20px;
    width: 350px;
    margin-bottom: 60px;
  }
  
  .last-card{
    box-shadow: 4px 4px 4px 4px rgba(255, 0, 0, 0.4);
    display: inline-block;
    padding: 2px 0px 0px 2px;
    width: 704px;
    margin-bottom: 60px;
  }
  
  .card-title{
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
  }
  
  .card-text{
    font-size: 16px;
  }
  
  .card-image{
    margin-bottom: 25px;
    width: 100%;
  }
  
  .footer{
    height: 300px;
    background-color: rgb(0, 0, 0);
    display: flex;
  }
  
  .footer-author{
    font-size: 24px;
    color: rgb(255, 255, 255);
    margin: auto;
  }
  
  .titl{
    font-size: 24px;
    color: rgb(255, 255, 255);
    margin: auto;
  }

.imagg{
    margin: auto;
}

.thumb{
    margin-right: 10px; /* Отступ справа */
    margin-bottom: 10px; /* Отступ снизу */
   }