body {
    background-color: #00ffff;
    margin-top: 0;
    margin-bottom: 0;
}
#wrapper {
    width: 750px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 20px;
    background-color: #abff5f;
    border-width: 0;
    border-radius: 20px;
    box-shadow: 5px 5px 4px #b4b4b4;
}
.center {
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}
.container {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 20px;
}
h1 {
    margin-top: 0;
    margin-bottom: 0;
}
h2 {
    text-align: center;
    text-decoration: underline;
    font-size: 30px;
}
ol a {
    background-color: white;
    padding: 10px;
    border-radius: 30px;
}
nav {
    width: 300px;
    float: left;
}
main {
    margin-left: 325px;
    padding-top: 20px;
}
ol {
    list-style-type: none;
}
table {
    border: 4px solid #b4b4b4 !important;
}
table, tr, td {
    background-color: white;
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
}
th {
    background-color: black;
    color: white;
    font-size: 20px;
    text-align: center;
    height: 2em;
}
td:first-of-type {
    background-color: white;
    font-weight: bold;
    text-align: right;
    padding-left: 30px;
}
.questionshadow {
    color: black;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 2px 2px 7px white;
    text-align: center;
}
#africa {
    background-image: url(images/africa.jpg);
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    margin-bottom: 10px;
}
#antarctica {
    background-image: url(images/antarctica.jpg);
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    margin-bottom: 10px;
}
#asia {
    background-image: url(images/asia.jpg);
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    margin-bottom: 10px;
}
#australia {
    background-image: url(images/australia.jpg);
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    margin-bottom: 10px;
}
#europe {
    background-image: url(images/europe.jpg);
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    margin-bottom: 10px;
}
#northamerica {
    background-image: url(images/northamerica.jpg);
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    margin-bottom: 10px;
}
#southamerica {
    background-image: url(images/southamerica.jpg);
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    margin-bottom: 10px;
}
.wait {
	clear: left;
}
#attribution {
    background-color: #dce8e0;
    border-radius: 20px;
    padding: 10px;
    font-size: small;
    margin-top: 20px;
}