@media only screen and (min-width: 800px) {
    .mobi {
      width:800px !important;
    }
  }
  p {
    font-size:18px !important;
  }
  .nav-link {
    color:white !important;
  }