h1{
    background-color: black;
    color: rgb(57, 237, 12);
    justify-content:  center;
    display: flex;
    padding: 10px;
}

p{
    background-color: white;
    color: black;
}

h2{
    display: flex;
    justify-content: center;
}

h3{
    color: rgb(65, 183, 238);
}