body {
  background-color: #111;
  color: #fff;
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
  padding: 20px;
}

h1 {
  color: red;
  font-size: 3em;
  margin-bottom: 0;
}

.badge {
  background-color: #222;
  border: 5px solid #ff0000;
  padding: 20px;
  display: inline-block;
  margin-top: 20px;
}

.photo-frame {
  border: 10px solid #fff;
  padding: 5px;
  margin-top: 20px;
  box-shadow: 0 0 20px red;
}

.photo-frame img {
  width: 300px;
  height: auto;
}

.warning {
  font-size: 1.5em;
  margin-top: 20px;
  color: yellow;
}