h1 {
    color: green;
    text-align: center;
}

body {
font-family: monospace;
    background-color: rgb(220, 238, 238)
}

div {
    border-style: solid;
    border-width: thin;
    border-color: black;
    width: 200px;
    background-color: white;
}

a {
     text-align: center;
    text-decoration: none;
    color: black;
}

p {
    text-align: center;
}