img {
    width: 200px;
}
body {
    text-align: center;
    font-family: "Ariel";
    font-size: large;
    background: azure;
    color: navy;
}
button {
    width: 200px;
}