/*
*/
body {
	font-size:          10pt;
	color:			    #805040;
    background-color:   #fff8e0;
    text-align:         center;
    font-weight:        bold;
}
section {
    border-radius:      1em;
    padding:            1em;
    position:           absolute;
    top:                50%;
    left:               50%;
    margin-right:       -50%;
    transform:          translate(-50%, -50%)
}
h1 {
    font-size:          150%;
    line-height:        200%;
}
a {
    text-decoration:    none;
}
a.big {
    font-size:          250%;
    line-height:        200%;
    border:             2px solid #805040;
    border-radius:      0.4em;
    padding:            0.1em 0.4em;
}
a.big:hover {
    background-color:   #c0ffa0;
}

