@font-face {
    font-family: Gilroy;
    src: url(Fonts/gilroy-bold-webfont.woff);
  }
  
  .main{
      margin-top:30vh;
      height: auto;
      font-family: Gilroy;
      align-items: center;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      flex-direction: column;

      -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }
  
  h1 {
      color: rgb(242,246,246);
      text-align: center; 
      font-size: 7.5rem;

      -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */

  }
  .btn{
      margin-top: 15px;
      border-radius: 5rem;
      padding-left:  2.5rem;
      padding-right:  2.5rem;
      font-size: 1.125rem;
  }

  @media only screen and (device-width: 1280px),
  only screen and (max-width:1280px) 
  {
  h1 {
    color: rgb(242,246,246);
    text-align: center; 
    font-size: 5.5rem;
    /*transform: scale(2.125)*/

    }

    .btn{
        margin-top: 15px;
        border-radius: 5rem;
        padding-left:  2.5rem;
        padding-right:  2.5rem;
        font-size: 1.125rem;
        /*transform: scale(2.125)*/
    }

    .main{
        margin-top:30vh;
        height: auto;
        font-family: Gilroy;
        align-items: center;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
  }
  