body {background-color: #E8E8E8;}

/* For Phones */
p {
    font-size: 40px;
    color: #696969;
    text-align: center;
    margin-top: 80%;
  }

  p .copy-right{
    font-size: 10px;
    color: #696969;
    text-align: center;

  }

  @media only screen and (min-width: 600px){
    /* For tablets */
    p {
        font-size: 40px;
        color: #696969;
        text-align: center;
        margin-top: 60%;
      }

      p .copy-right{
        font-size: 10px;
        color: #696969;
        text-align: center;
    
      }
    }

    @media only screen and (min-width: 768px){
        /* For desktop */
        p {
            font-size: 40px;
            color: #696969;
            text-align: center;
            margin-top: 30%;
          }

          p .copy-right{
            font-size: 10px;
            color: #696969;
            text-align: center;
        
          }
    }