body {
  background-color: white;
}
.bod {
font-size: 100px;
}
h1 {
  color: blue;
}
p {
  color: red;
}
.sign {
	font-size:50px;
	color: #ff0000;
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
}
