.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 600px
}
p {
    font-family: tahoma, sans-serif;
    font-size: 13px;
    color: #9a9a9a;
}
p span {
    color: #32a57a;
    font-weight: bold
}
.copyright {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #f5f5f5;
    padding: 5px 15px;
    font-size: 10px;
    font-family: tahoma, sans-serif;
    color: #9a9a9a;
}
.copyright a {
    color: #999;
    font-weight: bold;
    text-decoration: none;
}
