body {
    font-family: "Courier New";
    color: white;
    background-image: url("bg.jpg");
  background-size: cover;
}
#title {
    text-align: center;
}
#warning {
    color: red;
    font-size: 30px;
    font-weight: bold;
}
