body {
    background-color: #f1f1f1;
}

div {
    text-align: center;
    font-family: Verdana;
    margin: 30px auto;
    width: 600px;
    color: #606062;
}

img {
    width: 190px;
}

h1 {
    border: 5px solid;
    text-align: center;
    font-size: 24px;
    color: #606062;
    padding: 10px;
    
}

h2 {
    text-align: center;
    font-size: 20px;
    color: #7a797b;
    margin-top: 35px;
    margin-bottom: 35px;
}

h3 {
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 10px;
    font-size: 18px;
    font-weight: normal;
}

p {
    text-align: justify;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 35px;
}

span {
    font-weight: bold;
}

a {
    background-color: #25d366;
    border-radius: 25px;
    color: #fff;
    padding: 10px 15px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}