/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

button {
  margin:auto;
  display:block;
  background-color: #000000; /* Green */
  border: 2px solid #FFFF00; /* Green */
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration-style: dotted;
  font-size: 30px;
  font-family: "Libre Barcode 39 Text", serif;
}

body {
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  background-color: black;
}

.libre-barcode-39-text-regular {
  font-family: "Libre Barcode 39 Text", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.strokeme {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  font-family: "Libre Barcode 39 Text", serif;
  color: white;
  background-image: url('https://corru.observer/img/textures/static.gif');
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.strokeme2 {
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
a {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}