.header {
    text-align: center;
    color: dodgerblue;
    background-color: beige;
    height: 51px;
    border: 2px solid dodgerblue;
    border-radius: 8px;
}
h1 {
    margin-top: 0;
    padding-top: 7px;
}
p {
    text-align: center;
    color: darkblue;
    font-size: 20px;
    padding: 5px;
}

.buttons {
    cursor: pointer;
    background-color: beige;
    border: 1px solid dodgerblue;
    border-radius: 6px;
    width: 100px;
    margin: 10px;

}