* {
  box-sizing: border-box;
  outline: 0 !important;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  background-color: #faf7f7;
  font-family: monospace, sans-serif;
  font-size: 15px;
  color: #b348ae;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

hr {
  border-top: 1px solid #6bb557 !important;
  background: #6bb557 !important;
}

#content {
  height: calc(100% - 59px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer {
  /* position: absolute;
  bottom: 0; */
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}

.image-wrapper img {
  width: 400px;
}

@media (max-width: 768px) {
  .image-wrapper img {
    width: 200px;
  }
}
