#one_section {
    display: flex;
    justify-content: center;
}

#detail_page {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    font-family: "Noto Serif", serif;
    width: 100vw;
    margin-top: 200px;
    padding: 0px 20%;
}

#detail_date {
    order: 1;
    width: 100%;
    text-align: start;
    font-size: 12px;
}

#detail_name {
    order: 2;
    width: 100%;          
    font-size:28px;
    margin:10px 0px;
}

#detail_description {
    order: 3;
}

@media (max-width: 992px) {
  #detail_page {
    margin-top: 100px;
  }  
  #detail_page {
    padding: 0px 10%;
  }
}