.main_box {
    background-color: #ffeced;
    height: 100vh;
    align-items: center;
    padding-top: 180px;
}

.page_title {
    padding-bottom: 80px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.page_title .text {
    padding: 0 10px 10px 10px;
    
    background-color: #fff;
    border: 2px outset #f2400e;
}


.profile_box .profile_text {
    border: 5px groove #f2400e;
    padding: 30px;
    width: 950px;
    line-height: 2.2em;
    text-indent: 2em;
    margin-right: 50px;
}
