h1 {
    font-family: sans-serif;
    font-size: 3em;
    text-align: center;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .social {
    margin: 50px;
  }
  .social ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .social ul li {
    margin: 0 20px;
  }
  .social ul li img {
    height: 50px;
  }
  .gif {
    margin-top: 20px;
  }
  .red {
    color: red;
  }
  .green {
    color: green;
  }
  .coming-soon {
    font-family: sans-serif;
    font-size: 3.5em;
    text-align: center;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 35px;
  }