html,
body {
  padding: 0;
  margin: 0;
}

body {
  text-align: center;
  font-family: helvetica, arial, sans;
  background-color: #282828;
  overflow: hidden;
}

.c-logo {
  width: 100%;
  max-width: 200px;
}

.u-align--center-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.u-img-replacement {
  font-size: 0;
}

.u-wrapper {
  width: 100vw;
  height: 100vh;
}

#liquid {
  width: 100%;
  height: 100%;
}
