body {
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.body_level1 {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    
}

.head_design {
    text-align: center;
    color:  #FF6700;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.body_level4 {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.align1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}


.fullbody {
    padding-top: 14px;
    padding-bottom: 14px;
}

.centerall {
    display: flex;
    justify-content: center;
}

