img {
    width: 200px;
}
body {
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    background: aquamarine;
    color: black;
}
button {
    font-family: 'Times New Roman', Times, serif;
    background: gray;
}