body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    background-color: rgb(111, 240, 111);
    color: #333;
}
button {
    background-color: rgb(97, 219, 97);
    border: none;
    border-radius: 12px;
    padding: 10px 20px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    color : #ffffff
    

}
button:hover {
    background-color: rgb(129, 255, 129);
}

.p1 {
    text-align: center;
    justify-content: space-between;
}