body {
    background-color: black;
  }
  h1 {
    color: blue;
  }


  p {
    color: red;
  }

  body {
    font-family: sans-serif;
  }
  
  .moog img{
    width: 17%;
  
  
  }
  div{
      display: flex;
      justify-content: center;
      align-items: center;
      height: 925px;
  }
  div.form{
      display: block;
      text-align: center;
      height: 900px;
  }
  