* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Courier New', Courier, monospace;
    background-color: #eaeaea;
  }
  
  h1 {
    margin-bottom: 50px;
    margin-left: -250px;
    padding: 10px;
  }
  
  main {
    margin: 50px auto;
    width: 700px;
    display: flex;
    gap: 50px;
    flex-direction: column;
    justify-content: center;
  }
  
  h2 {
    font-size: 20px;
    line-height: 40px;
  }
  
  span {
    color: #36343481;
    font-weight: bold;
  }
  
  .bg-photos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    border-radius: 5px;
  }
  
  p {
    width: 600px;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  #title {
    text-align: center;
    background-color: #ffffff;
  }
  
  .title-inside {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 15px;
    margin-right: 15px;
  }
  
  img {
    height: 700px;
    width: 700px;
  }
  