@import url('https://fonts.googleapis.com/css?family=Dosis|Schoolbell|Shadows+Into+Light+Two');
html{
    font-size: 130%;
}

body#shadow{
  	font-family: 'Shadows Into Light Two', cursive, Arial, sans-serif;
}
#all {
    color: #000000;
}
.column-1, .column-2, .column-3 {
	/*padding: 10px 5px; */
	/* background-color: #b0b6b64d; */
	/* margin: 5px; */
	border-radius: 10px;
	border-color: #000000;
	border-style: solid;
	border-width: thin;
}