

h1{
    color: aliceblue;
    text-shadow: 0px 0px 18px rgb(198, 201, 204);
}
.click1{
    color: white;
    background: rgb(218, 17, 17);
    border: none;
    border-radius: 5px;
    font-size: 20px;
}
.click2{
    color: white;
    background: rgb(40, 19, 230);
    border: none;
    border-radius: 5px;
    font-size: 20px;
}
article {
    color: aliceblue;
  }
article {
    font-family: monospace;
  }
article {
    text-align: justify;
  }

article {
    background: linear-gradient(125deg, rgb(54,81,217), rgb(207,56,148));
  }
article {
    padding:30px;
}
body {
    width:600px;
  }
