body {
    background-color: rgb(76, 30, 30);
    text-align: center;
    color: aliceblue;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1em;
}

a {
    color: aliceblue;
    border-style: dashed;
    border-radius: 18px;
    padding: 10px;
    text-decoration: none;
}

button {
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    color: inherit;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
  }

  input {
    background-color: transparent;
    border: 3px solid aliceblue;
    padding: 2px 10px;
    font: inherit;
    outline: none;
    color: white;
  }

  input:focus {
    outline: none;
  }
  