/* All common css start */
*{
    margin: 0%;
    padding: 0%;
}
/* All common css end */
body{
    background-color: #e5f3a1;
}
h1{
    color: rgb(7, 6, 91);
    height: 20px;
    font-size: 50px;
    text-align: center;
    font-family: "Winky Rough", sans-serif;
    font-weight: 900;
}
h2{
    color: rgb(14, 233, 160);
    font-size: 30px;
    margin: 200px 450px;
    font-family: "Bitcount", system-ui;
    font-weight: 700;
}
