img {
    width: 800px;
}
body {
  text-align: center;
  font-family: 'Courier New';
  background: #030303;
  color: #5b97dc;
}
.btn {
  background: #030303;
  color: #5b97dc;
  text-align: center;
  padding: 12px 24px;
  border-radius: 10px;
  font-size: 44px;
  cursor: pointer;
  border: 2px solid #5b97dc;
  font-family: "Courier New";
  font-weight: bold;
  text-decoration: none;
}
