html {
    background-color: rgb(57, 83, 56);
    color:lime;
    font-family: 'Courier New', Courier, monospace;
}

.container{
    margin: auto;
    max-width: fit-content;
    border: 10px solid cornsilk;
    border-radius: 5px;
    padding: 10px;
    background-color: black;
}
input{
    background-color: green;
    color: white;
    font-family: 'Courier New', Courier, monospace;
}
a{
    color: white;
}
form p{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
button{
    background-color: green;
    color: white;
    font-size: 1.5em;
}