@font-face {
    font-family: 'w95fa';
    src: url(w95fa.woff2);
}

body {
    font-family: 'w95fa', sans-serif;
    font-size: 5em;
    line-height: 1.5;
    color: #ffffff;
    background-color: #0066cc;
    text-align: center;
}

h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 {
    margin-top: 10px;
}

table {
    margin: 0 auto;
    margin-top: 70px;
    border-radius: 20px;
    width: 70%;
    border-style: solid;
    border-collapse: collapse;
    border-color: beige;
    margin-bottom: 50px;
    margin-top:5px;
}

th {
    background-color: #0066cc;
    color: #ffffff;
    padding: 10px;
    border-style: solid;
    border-color: beige;
    font-weight: normal;
}

p {
    
    margin-top: 10px;
    margin-bottom: 10px;
}

p.oc {
    color:crimson;
    font-weight: bold;
}

th.fr {
    color: greenyellow;
    font-weight: bold;
}

div.option {
    display: block;
    border-style: solid;
    border-collapse: collapse;
    border-color: beige;
    margin: auto;
    margin-bottom: 50px;
    margin-top:5px;;
    width: 70%;
    text-align: center;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #ffffff;
}
