body {
    background-color: white;
}

h1 {
    color: white;
    text-align: center;
}

h2{
	text-align: center;
}

p {
    font-family: verdana;
    font-size: 20px;
    
}

 #header{
 	background-color: #008000;
    font-family: verdana;
    font-size: 20px;
    border: 10px solid black;
    border-radius: 25px;
    margin: 10px;
}

 #mainbody{
    font-family: verdana;
    font-size: 20px;
    border: 10px solid black;
    border-radius: 25px;
    margin: 10px;
}

 #footer{
 	text-align: center;
    font-family: verdana;
    font-size: 20px;
    border: 10px solid black;
    border-radius: 25px;
    margin: 10px;
}

ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style-type: none;
}