
body {
  
  background-image: url('https://i.pinimg.com/originals/8e/f2/23/8ef22376299080eac5aed96ca566e60c.png');
  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: cover;
	color: white;
}

h1 {
  color: white;
  text-align: center;
}



p {
  font-family: verdana;
  font-size: 20px;
}



div {
	background: rgba(0, 128, 0, 0.3) /
}
p {
	border: 2px solid white;
	border-radius: 15px;
}
div.gallery {
	margin:5px;
	border:1px solid #ccc;
	float: left;
	width: 180px;
}
#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #29CDB5;
}

#menu li {
  float: left;
}

#menu li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#menu li a:hover:not(.active) {
  background-color: #111;
}

#menu .active {
  background-color: #a79a97;
}


table, th, td {
  border: 2px solid black;
  border-collapse: collapse;
  font-size: 30px;
}

.right {
  float: right;
  width: 300px;
  border: 3px solid #73AD21;
  padding: 10px;
}
h1, h2 {
  text-decoration: underline;
}

pre {
	front-size: 50px;
}

ul, il {
	front-size: 40xp;
}