body{
    background-color: #fff;
}

.center {
    font-family: Georgia, sans-serif;
    text-align: center;
    margin-top: 150px;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 600;
    background-color: #000;

    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

 /* github icon*/
      div img.imgwp{

        position: fixed;
        bottom: 10px;
        right: 10px;
        border-radius: 50%;
        height: 70px;

      }

      @media only screen and (max-width: 450px) {
        div img.imgwp{height: 50px;
        }
      }