body {
  background-color:black;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  color:red;
  text-align: center;
}

#muhaha {
  font-size: 250%;
  height: 100px;
}

#muhaha2 {
 
  height: 100px;
  
}



.obr {
  border: 1px red solid;
  padding: 2px;
}
#co {
  font-size: 80%;
}

A {
	text-decoration : none;
	color: #FF7744;
}

A:hover {
  text-decoration: underline;
  color: red;
}
