body {
    background-color: black;
    color: rgb(219, 219, 219);
}

#container {
    width: 60%;
    margin: auto;
    margin-top: 5%;
    padding: 5%;
    border: 3px solid gray;
    border-radius: 10px;
    text-align: center;
}

input {
    display: inline;
    border: 1px solid white;
    border-radius: 3px;
}

#output {
    width: 60%;
    margin: auto;
    border-radius: 20px;
    background-color: rgb(49, 49, 49);
    border-color: rgb(100, 100, 100);
    color: white;
}

button {
    width: 30%;
    height: 5%;
}