h1 { display: block;
     margin-left: auto;
     margin-right: auto;
     width: 50%;
}

h2 { text-align: center;
     font-size: 25px;
     text-decoration: underline;
}

#africa { background-image: url("images/africa.jpg");
  	background-origin: padding-box;
        background-repeat: no-repeat;
        padding: 3px;
        height: 250px;
        width: 300px;	
}

#antarctica { background-image: url("images/antarctica.jpg");
	background-origin: padding-box;
        background-repeat: no-repeat;
        padding: 3px;
        height: 250px;
        width: 300px;	
}

#asia { background-image: url("images/asia.jpg");
	background-origin: padding-box;
        background-repeat: no-repeat;
        padding: 3px;
        height: 250px;
        width: 300px;	
}

#australia { background-image: url("images/australia.jpg");
	background-origin: padding-box;
        background-repeat: no-repeat;
        padding: 3px;
        height: 250px;
        width: 300px;	
}

#europe { background-image: url("images/europe.jpg");
	background-origin: padding-box;
        background-repeat: no-repeat;
        padding: 3px;
        height: 250px;
        width: 300px;	
}

#northamerica { background-image: url("images/northamerica.jpg");
	background-origin: padding-box;
        background-repeat: no-repeat;
        padding: 3px;
        height: 250px;
        width: 300px;	
}

#southamerica { background-image: url("images/southamerica.jpg");
	background-origin: padding-box;
        background-repeat: no-repeat;
        padding: 3px;
        height: 250px;
        width: 300px;	
}
#white { background-color: #d9d7fb;
       width: 850px;
       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: 2500px;
       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: #d9d7fb;
       width: 925px;
       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;
}