* {
  padding: 0;
  margin: 0;
}

#himg {
  display: grid;
  height: 100%;
}

#shitpost-center-fit {
  max-width: 100vw;
  max-height: 100%;
  margin: auto;
}

.center-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.left-align-wrapper {
  text-align: left;
}

.form-div {
  text-align: left;
  width: 100%;
  max-width: 80ch;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
}

a, a:hover, a:active, a:visited, a:focus {
  text-decoration:none;
}

body {
  background-color: #d6daf0;
  line-height: 1.5;
  text-decoration: none;
}
