    body {
        width: 100%;
        color: #333;
        font-family: Tahoma, Geneva, sans-serif;
    }

    .main {
        margin: 15px;
    }

    .main img {
        text-align: center
    }

    .enterPage {
        cursor: pointer
    }

    h4{
        font-size: 18px;
        text-align: center;
        color: #000;
    }

    h3{
        font-size: 14px;
        font-weight: 600;
        text-align: center;
    }

    .main p {
        text-align: center;
    }

    .p-1 {
    color: #00a000;
    font-size: 17px;
    margin-top: 50px;
    margin-bottom: 20px;
    }

    .p-2 {
    font-size: 13px;
    }

    #but {
        text-align: center;
        margin-top: 27px;
    }

    #but a {
        background-color: #55aaff;
        color: #fff;
        font-size: 130%;
        font-family: Arial, Helvetica, sans-serif;
        padding: 12px 45px;
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        border: 0;
        border-radius: 4px;
        transition: background-color .2s linear;
        -webkit-transition: background-color .2s linear;
        -moz-transition: background-color .2s linear;
    }

    #gp {
        color: #777;
        font-size: 80%;
        padding-top: 5px
    }

    
    
    