@font-face {
  font-family: 'Inconsolata';
  src: url('/shrines/Inconsolata.woff') format('woff');
}

h1, h2, h3, h4, h5, h5 {
  font-family: 'Inconsolata';
}

p , li {
  font-family: 'Inconsolata';
  line-height: 20px;
}

body {
  background-color: #d9d9d9;
  background-repeat: repeat;
  margin-top: 30px;
}


a {
  color: black;
}

a:hover {
  color: black;
  text-shadow: 0 0 5px black;
}

/* class stuff */

.main-body {
  padding: 20px;
  margin: 0 30px;
  
}

.container {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.side-image {
  max-width: 100px; 
  height: auto;
  text-align: center;
}

.side-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

/* stuff from anti shrines WHYY isnt this working  */

.wrapper {
  display: flex;
  gap: 10px;
  padding: 15px;
  margin: 0 auto;
  max-width: 900px;
}

.divider {
  flex: 1;
  padding: 10px;
  border-radius: 10px;
}

