body {
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    background-color: white;
}

h1{
    color: black;
    
}


h4{
    font-size: 17px;
}

h2, h4 ,h5{

    margin: 5px 0;

}


button{
    background-color: grey;
    color: white;
    padding: 10px 20px;
    border: white;
    font-size: 18px;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 10px;

}

button:hover{
    background-color: black;
}

p {
    text-align: center;
    font-size:20px;

}

h2{
    text-align: center;
} 

.info-box {
    font-size: 20px;
    width: 300px;
    margin-top: 20px;
    background-color: aliceblue;
    padding: 20px;
    display: inline-block;
    border-radius: 15px;
}
