  body {
    background-color: #D985DE;
  }
  
  .sections {
    display: flex;
  }
  
  .left-section {
    background-color: #E0C5F0;
    min-height: 100vh;
    max-width: 300px;
    min-width: 300px;
    margin-right: 20px;
    border: 10px groove #5D476E;
  }
  
  .center-section {
    background-color: #E0C5F0;
    min-height: 100vh;
    max-width: 700px;
    border: 10px groove #5D476E;
  }
  
  .intro {
    text-align: center;
    font-family: "Original Surfer", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  h2 {
    font-family: "Original Surfer", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: black;
  }
  
  Muzz {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 90%;
  }
  

  