body {
    background-color: #1e1e1e;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
 
h1, h2 {
    color: #007acc;
    font-family: Andale Mono, monospace;
    text-align: center;
}

p, div {
    color: #d4d4d4;
    font-family: Andale Mono, monospace;
    text-align: center;
}

button {
    border: none;
    border-radius: 4px;
    background-color: #3498db;
    color: #d4d4d4;
    display:block;
    font-family: Andale Mono, monospace;
    margin: auto;
    padding: 7px;
}

.container {
  height: 200px;
  position: relative;
  padding: 25px
}
