body {
    background-color: #333;
}

#container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #333;
    margin-top: 100px;

    background-size: cover;
    font-family: "Courier New", Courier, monospace;
}

input[type="text"] {
    font-family: "Courier New", Courier, monospace;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    background-color: #FFE4B5;
    border: 2px solid orange;
    width: 50%;
}

button {
    font-family: "Courier New", Courier, monospace;
    padding: 10px 20px;
    font-size: 16px;
    background-color: orange;
    color: white;
    cursor: pointer;
}

p {
    font-family: "Courier New", Courier, monospace;
    font-size: 20px;
    margin-top: 20px;
    color: orange;
}

h1 {
    font-family: "Courier New", Courier, monospace;
    font-size: 20px;
    margin-top: 20px;
    color: orange;
}