.body {
    background-color: #85d1c9;
    margin: 0;
}
.title {
    color: #00005a;
    font-family: sans-serif;
    font-size: 400%;
    text-align: center;
    background-color: #45b8ac;
    margin-top: 0;
    padding: 10px;
}
.site {
    text-decoration: none;
    font-size: 200%;
    color: #000073;
    font-family: sans-serif;
}
.img {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    object-fit:fill;
}
.image_align {
    display: flex;
    width: 100vw;
    justify-content: center;
}
.d_box {
    height: 200px;
    margin-top: 150px;
}
.actor_box {
    height: 200px;
    margin-top: 150px;
}
.other_box {
    height: 200px;
    margin-top: 150px;
}
.h3 {
    font-size: 250%;
    text-align: center;
    font-family: sans-serif;
    margin-bottom: 10px;
    text-decoration: underline;
}
.text {
    font-size: 120%;
    text-align: center;
    font-family: sans-serif;
    margin-top: 0px;
}