h1 { display: block;
     margin-left: auto;
     margin-right: auto;
     width: 50%;
}

h2 { text-align: center;
     font-size: 25px;
     text-decoration: underline;
}
video { height: 275px;
width: 275px;


}

#africa { background-image: url("images/africa.jpg");
        background-repeat: no-repeat;
        padding: 60px 70px;
	text-align: center;
	margin-right: 700px;    
	transform: rotate(15deg); 	
}

#antarctica { background-image: url("images/antarctica.jpg");
	background-repeat: no-repeat;
        padding: 60px 70px;
	text-align: center;
	margin-right: 700px; 
	transform: rotate(-15deg); 
}

#asia { background-image: url("images/asia.jpg");
	background-repeat: no-repeat;
        padding: 60px 70px;
	text-align: center;
	margin-right: 700px; 	
	transform: rotate(10deg); 
}

#australia { background-image: url("images/australia.jpg");
	background-repeat: no-repeat;
        padding: 60px 70px;
	text-align: center;
	margin-right: 700px; 
	transform: rotate(-10deg); 
}

#europe { background-image: url("images/europe.jpg");
	background-repeat: no-repeat;
        padding: 60px 70px;
	text-align: center;
	margin-right: 700px;
	transform: rotate(15deg); 
}

#northamerica { background-image: url("images/northamerica.jpg");
	background-repeat: no-repeat;
        padding: 60px 70px;
	text-align: center;
	margin-right: 700px; 	
	transform: rotate(-15deg); 
}

#southamerica { background-image: url("images/southamerica.jpg");
	background-repeat: no-repeat;
        padding: 60px 70px;
	text-align: center;
	margin-right: 700px; 	
	transform: rotate(35deg); 
}
#white { background-color: #d9d7fb;
       width: 850px;
       font-size: 15px;
       color: #12101f;
       background-image: url("images/GΔCT.png");
       background-repeat: repeat;
       text-indent: 0px;
       font-size: 15px;
       color: #12101f;
       background-image: url("images/GΔCT.png");
       background-repeat: repeat;
       text-indent: 0px;
       margin: auto;
       padding: 15px;
       border-top-left-radius: 40px;
       border-bottom-left-radius: 40px;
       border-top-right-radius: 40px;
       border-bottom-right-radius: 40px;
       box-shadow: 5px 5px 5px #b3c8e4;
}
#snake { background-color: #12101f;
       width: 1000px;
       height: auto;
       overflow: hidden;
       margin: auto;
       color: #d9d7fb;
       text-indent: 35px;
       font-family: courier-new, monospace;
       border-top-left-radius: 90px;
       border-bottom-left-radius: 90px;
       border-top-right-radius: 90px;
       border-bottom-right-radius: 90px;
       box-shadow: 5px 5px 5px #32285e;
}

#DISC { background-color: #8783fc;
       width: 925px;
       font-weight: bold;
       height: 200px;
       margin: auto;
       color: #12101f;
       text-shadow: 2px 2px #ddb36c;
       background-image: url("images/GΔCT.png");
       background-repeat: repeat;
       font-size: 9px;
       padding: 1px;
       font-family: courier-new, monospace;
       border-top-left-radius: 10px;
       border-bottom-left-radius: 10px;
       border-top-right-radius: 10px;
       border-bottom-right-radius: 10px;
       box-shadow: 5px 5px 5px #32285e;
}

body { background-color: #d9d7fb;
       background-image: url("images/GΔCT.png");
       background-repeat: repeat;
       text-align: center;
}
th {
border: 3px solid #ddb36c;
padding: 10px;
background-color: #12101f;
color: white;
font-size: 25px;
}
td {
color: #12101f;
border: 3px solid #ddb36c;
padding: 10px;
background-color: #d9d7fb;
background-image: url("images/GΔCT.png");
background-repeat: repeat;
}
table {
float: right;
border-collapse: collapse;
}
ol { font-size: 20px;
text-indent: 0px;
margin: auto;
}
form {
grid-template-rows: auto;
text-align: left;
grid-template-colums: 6em 1fr;
grid-gap: 1em; gap: 1em;
background-color: #d9d7fb;
font-family: Arial, sans-serif;
color: #12101f;
width: 60%; min-width: 20em;
padding: 2em;
float: right;
background-image: url("images/GΔCT.png");
background-repeat: repeat;
border: 3px solid #12101f;
}
td:first-of-type {
background-color: #ddb36c;
}
.acid {
float: left;
}