body {background-color: #3880C2;}
body, html {
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.wrapper {
  position: relative;
  min-height: 100%;
  font-family: -apple-system, BlinkMacSystemFont,"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.wrapper_small {
  position: relative;
  min-height: 100%;
  font-family: -apple-system, BlinkMacSystemFont,"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 11px;
}

.container_content {
  width: 100%;
}

.container_footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  line-height: 26px;
}

.copyright {
  width: 100%;
  padding: 0;
  text-align: center;
  color: #ffffff;
}

.signature {
  position: absolute;
  margin-left: -194px;
  margin-top: -260px;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  background: url(/freydays/freydays.png) no-repeat;
}
