body {
    text-align: center;
    background-image: linear-gradient(90deg, #EFEBE8,#DAECEF, #ffa3d3);
    overflow:hidden 
}
  
  h1 {
    font-size: 5rem;
    color: #96d9f0;
    font-family: "Arvo", cursive;
    text-shadow: 3px 0 #d66799;

  }

  h2{
    color: #d66799;
    text-shadow: 3px 0 #96d9f0;
    font-size: 60px;
    font-weight: 1000;
  }

  .container {
    text-align: center;
  }

  .start{
      height: 200px;
      width: 210px;
      padding: px;
      border-radius: 100px;
      color: #d66799;
      background-color: #DBEDF3;
      font-size: 100px;
      font-weight: 1000;
      box-shadow: 0 8px 6px -6px #d66799;
  }
  
  footer {
    color: #DA0463;
    font-family: 'Eczar', serif;
  }