* {
    margin: 0;
    padding: 0;
  }
  
  a {
    text-decoration: none;
  }
  
  body {
    font-family: Arial, sans-serif;
     background-image: linear-gradient(to bottom right, #36013f, #431C52, #431C52, #623C74);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    margin: 0;
  }
  
  h1 {
    text-align: center;
    margin-bottom: 30px;
    color: black;
  }
  
  