body {
    font-size: 16px;
    background-color: #fff;
    color: #333;
}

.logo {
    margin: auto;
    margin-bottom: 30px;
    width: 350px;
}

.name {
    font-size: 18px;
}

.title {
    font-size: 16px;
    color: #666;
}

.letter-section {
    background: #f4f4f4;
    padding: 50px 20px;
    text-align: justify;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.contact-section {
    margin-bottom: 30px;
}

.contact-section a {
    color: #337ab7;
    text-decoration: none;
    font-size: 16px;
}

.contact-section a:hover {
    text-decoration: underline;
}
