.methods p {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    border-color: #5defb7;
    border-style: dotted;
    width: 80%;
    background-color: #000000;
    font-size: 1.3em;
    color: #f1f1f1;
    font-size: 1.6em;
    text-align: center;
}

.methods img {
    padding-top: .5em;
    width: 40%;
}

.contact {
    text-decoration: none;
    color: rgb(169, 255, 171);
    font-size: 18px;
    border-style: solid;
    border-width: 2px;
    padding-top: .3em;
    padding-bottom: .2em;
    padding-left: .4em;
    padding-right: .4em;
}

.contact:hover {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.contact:visited {
    text-decoration: none;
    color: rgb(169, 255, 171);
}

/*START: for mobile phone */
@media screen and (max-width:768px) {
    .methods img {
        padding-top: .5em;
        width: 92%;
    }
    .phonesize {
        font-size: .4em;
    }
    .copiedmsg {
        font-size: .7em;
    }
}
/*END: for mobile phone */