
/* 

Show this only on desktops 
.desktop-only { display: block; }
.mobile-only { display: none; }

 Switch for mobile screens 
@media (max-width: 768px) {
    .desktop-only { display: none; }
    .mobile-only { display: block; }
}
*/


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

