@import "/fonts/fonts.css";
@import "topbar.css";

body {
  background-size: 100%;
  font-family: 'Courier Code';
  justify-content: center;
  text-align: center;
  font-weight: 150;
  margin: 0;
  transition: 0.175s;
}

hr {
  border-top: 1px;
  margin: 0;
}

h1 {
  margin: 12px;
}

p {
  background-origin: padding-box;
}

div.article {
  width: 70%;
  margin-left: auto;
  margin-right: auto;

  p {
    text-align: left;
    font-weight: 100;
  }
}



div.image-container {
  padding: 4px;

  p {
    text-align: center;
  }
}


/*
div {
  display: inline-block;
}
*/

#pebgpt {
  font-family: "Courier Code";
  font-weight: 100;
  border-top: solid 1px;
  border-bottom: solid 1px;
  margin: 0;
  width: 100%;
  grid-row-start: 2;
  grid-column-start: 1;
  grid-column-end: 4;
}

#trappedspecimen {
  font-size: 70px;
  font-weight: 900;
  font-family: Arial;
  background-image: url('/media/favicon.png');
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-size: 15% 95%;
  background-position: center;
  background-clip: text;
  text-shadow: none;
  letter-spacing: -9px;
  line-height: 49px;
  margin: 25px;
}

/* Link Stuff */



a:link,
a:visited {
  text-decoration: none;
}

/* List stuff */


/* Miscellaneous */

.main-div {
  border: 1px;
  border-radius: 15px;
}

button {
  outline: none;
}

button {
  text-decoration: none;
  padding: 10px;
  text-align: center;
  border: none;
  /* display: inline-block; */
  margin: 4px 2px;
  font-family: 'Quicksand';
  font-size: 18px;
  transition: .175s;
}

.dm-button:hover {
  box-shadow: none;
}

.lm-button:hover {
  box-shadow: none;
}

.best-regards {
  font-family: 'Mali';
}

/*div {
  border: 1px solid white;
	border-radius: 15px;
	background: #33333380;
}*/

.fixed {
  margin-left: 42vw;
  text-align: center;
}

.fixbar {
  top: 8px;
}
