@mixin screen-center() {
  position: fixed;
  top: 40%;
  text-align: center;
  width: 100%;
}
