body {
    background-color: #eeeeee;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
}
.a {
    background-color: lightblue;
    font-size: 1em;
    font-weight: bold;
    color: black;
    width: 9%;
    height: 9%;
    position: absolute;
    top: 15%;
    left: 40%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    border-radius: 10%;
}
.b {
    background-color: lightblue;
    font-size: 1em;
    font-weight: bold;
    color: black;
    width: 9%;
    height: 9%;
    position: absolute;
    top: 32%;
    left: 40%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    border-radius: 10%;
}
.c {
    background-color: lightblue;
    font-size: 1em;
    font-weight: bold;
    color: black;
    width: 9%;
    height: 9%;
    position: absolute;
    top: 49%;
    left: 40%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    border-radius: 10%;
}
.d {
    background-color: lavender;
    color: black;
    font-size: 0.8em;
    width: 8%;
    height: 5%;
    position: absolute;
    top: 67%;
    left: 42%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    border-radius: 10%;
}
.e {
    background-color: lightgreen;
    font-size: 1em;
    font-weight: bold;
    color: black;
    width: 9%;
    height: 9%;
    position: absolute;
    top: 49%;
    right: 40%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    border-radius: 10%;
}
.f {
    background-color: lightblue;
    font-size: 1em;
    font-weight: bold;
    color: black;
    width: 9%;
    height: 9%;
    position: absolute;
    top: 32%;
    right: 40%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    border-radius: 10%;
}
.yesnt {
    font-weight: normal;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.diveng {
    width: 50%;
    position: absolute;
    left:25%;
}
.g {
    background-color: lightblue;
    font-size: 1em;
    font-weight: bold;
    color: black;
    width: 9%;
    height: 9%;
    position: absolute;
    top: 15%;
    right: 40%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    border-radius: 10%;
}