.main_ttl {
    font-size: 2.5em;
    text-align: center;
}

.view_container {
    max-width: 1000px;
    margin: 0 auto 20px;
}

.office_img {
    width: 75%;
}

.profile {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px;
    background-color: hsl(67, 100%, 95%);
    text-align: center;
    border-radius: 8px;
}

.profile h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

#profile {
    border-collapse: separate;
    border-spacing: 0 10px;
    margin: 20px auto 0;
}

#profile th,
#profile td {
    padding: 12px 20px;
    vertical-align: middle;
    border-bottom: 2px solid #ddd;
}

#profile th {
    background-color: rgb(255, 253, 224);
    color: #000;
    font-weight: bold;
    text-align: center;
}

#profile td {
    background-color: rgb(255, 251, 212);
    text-align: left;
}
