@charset "utf-8";
.flex { 
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.title {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"serif; 
    font-size: 1.4em;
    line-height: 1.5;
    text-align: center;
    
}
    
.text01 {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 1em;
    line-heigt: 1.5;        
    
}
.box001 {
    width: 300px;
    border: 5px solid yellow;
    padding: 40px;
    margin: 15px 33% 75px 33%;
    text-align: center;
    
}