@import url("https://fonts.googleapis.com/css2?family=Bad+Script&display=swap");
* {
  box-sizing: content-box; }

body, html {
  height: 100%; }

body {
  background-image: url("../images/the_beard.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: black;
  min-width: 412px;
  overflow: hidden; }
  body .signature {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 412px;
    height: 212px; }
    body .signature h1 {
      font-family: "Bad Script", cursive;
      font-size: 5em;
      margin: 1.5%;
      width: 100%;
      color: rgba(240, 245, 187, 0.6);
      text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4); }
    body .signature small {
      font-family: "Bad Script", cursive;
      font-size: 1.5em;
      width: 100%;
      text-align: center;
      color: rgba(240, 245, 187, 0.6);
      text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4); }

/*# sourceMappingURL=beardedfolkdotcom.css.map */
