@charset "utf-8";
/* CSS Document */

body {
  background-color: #68795b;
}
.default_stuff{
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; 
	font-size:2em; 
	color:#fff; 
	padding: 10px;
	text-align:center;
}

a:link, a:visited {
  transition-duration: 0.4s;
  text-decoration:none;
  color:#FFF;
}

a:hover, a:active {

  background-color: #4CAF50; /* Green */
  color: #333;
}

.button {border-radius: 8px;
padding: 4px;
}
 