.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;

  height: 80vh;
}

/*Desktop */
@media only screen and (min-width: 1224px) {
}

/*Tablet */
@media only screen and (min-device-width: 600px) and (max-device-width: 1224px) {
}

/* Smartphones */
@media only screen and (max-width: 600px) {
}
