html {
    text-align: center;
    align-content: center;
}

p {
    margin: 0;
}

.aznate-header {
    color: rgb(224, 159, 17);
}

.window {
    text-align: left;
    border: 1px solid black;
    margin: auto;
    width: 60%;
}

.titlebar {
    background: navy;
    color: white;
    border: 1px solid black;
}

.content {
    border: 1px solid black;
    padding: 4px;
}

.buttons {
    text-align: center;
}

.button {
    background: white;
    color: black;
    display: inline-block;
    border: 1px solid black;
    text-decoration: none;
    margin-bottom: 4px;
}

.button:hover {
    background: gray;
}

footer {
    padding-top: 16px;
}