@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Archivo:400,700&display=swap");

body,
html {
  margin: 0;
  padding: 0;
}

* {
  touch-action: manipulation;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#c {
  position: absolute;
  top: 88px;
  width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 400px) {
  #c {
    top: 75px;
  }
}
