body {
    background-position: right 800px;
}

body img#top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 800px;
    object-fit: cover;
}

main {
    margin: 875px auto 220px;
}

main section {
    width: 950px;
    margin: 0 auto 75px;
    padding: 55px;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 20px;
    box-shadow: 9px 9px 25px rgba(0,0,0,0.65);
}

main section h2 {
    padding: 0 0 30px;
    font-size: 16px;
    font-weight: normal;
}

main section#director {
    position: relative;
    text-align: center;
}

main section#director h2 {
    width: 640px;
    margin: 0 240px 0 0;
}

main section#director figure {
    position: absolute;
    top: 50px;
    right: 40px;
}

main section#director p {
    width: 640px;
    margin: 0 240px 0 0;
}

main section#information dl dt {
    float: left;
    clear: left;
    margin: 0 15px 0 0;
    width: 150px;
}

main section#information dl dd {
    float: left;
}
