body {
    background-color: rgb(36, 231, 19);
}

h1 {
    color: red;
}
h1{
     text-align: center;
     font-weight: bold;
     font-size: 10rem;
    

}
p{
    color: rgb(232, 232, 236);
    font-size: 2rem;
    text-align: center;

}
h2{
    text-align: center;
    font-size: 100px;
    text-color: rgb(255, 220, 0);
 }
 div{
    background-color: rgb(255, 0, 0);
    width: 500px;
    height: 500px;
    margin: auto;

 }