.main_box {
    background-color: #fff9e9;
    height: 100vh;
    align-items: center;
}

.top_banner {
    margin-top: 80px;
    width: 100%;
    height: 250px;
    background-color: #f7af04;
    color: #fff;
    font-size: 60px;
}

.profile_box {
    margin-top: 100px;
}

.profile_box .profile_text {
    width: 600px;
    line-height: 2.2em;
    text-indent: 2em;
    margin-right: 50px;
}