body {
    text-align: center;
    background-color: rgb(47, 197, 132);
    color: rgb(7, 129, 169);
    font-family: 'Courier New', Courier, monospace;
}

a:link {
    color: rgb(7, 129, 169);
}

.div {
    background-color: rgb(7, 129, 169);
    color: rgb(22, 22, 22);
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
}