.Link {
  text-decoration: none;
  color: #fff;
  cursor: pointer;

  &Active {
    color: #9DD8FA;
  }
}

@media only screen  and (min-device-width : 320px)  and (max-device-width : 568px) and (orientation:portrait) {
  .Link {
    color: #C8C8C8!important;
    font-size: 5vw;
  }
}
