.grid{
    display: flex;
    flex-wrap: wrap;
    height: 800px;
    width: 800px;
    margin: auto; 
    padding: 20px;
    background-color: aquamarine;
}

.square {
    height: 50px;
    width: 50px;
    background-color: #555;
  }

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


  .line {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    width: 950px;
    background-color: #555;
  }

  h1 {
      font-size: 60pt;
      font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
      margin-left: 10px;
      background-color: aquamarine;
      text-align: center;
  }

  h2 {
      font-size: 50pt;
      font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
      margin-bottom: 0px;
      text-align: center;
  }

  h3 {
    font-size: 30pt;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-bottom: 0px;
    text-align: center;
  }

  .spotify {
      margin-top: 5%;
  }


  footer {
    text-align: center;
  }

  .photos {
    text-align: center;
  }

  .button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 25px;
    transition-duration: 0.5s;
  }

  .button:hover {
    background-color: #1e6c93;
    color: white;
    font-size: 40px;
  }