/*  CSS document  */
@CHARSET "UTF-8";

section main {
   display: flex;
   flex-direction: column;
   align-items: center;
   flex-wrap: nowrap;
}

section main .pf-main {
   width: 100%;
   padding-top: 30px;
}