html, body{
 font-size: 10px;
}
body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
 font-size: 120%;
 line-height: 20px;
 text-align: justify;
 background-color: #FFDD55;
}
.header {
 text-align: center;
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
}

.header .head {
 font-size:160%;
 font-variant: small-caps;
 text-transform: capitalize;
 color: #000000;
}
.header .body {
}