
body {
  /* background-color: #ededed; */
  background-color: #77eded;
  color: #424242;
  margin: 0;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:14px;
  line-height:1.428571429;
  text-align: center;
}

p.hometown {
  background-color: yellow;
}

div.rsc {
  background-color: yellow;
}

div.rsc_warn {
  background-color: yellow;
}

div.rsc_info {
  background-color: cyan;
}

.large-font {
    font-size: 36px; /* You can adjust the value to make it as big as you want */
}

.big-font {
    font-size: 20px; /* You can adjust the value to make it as big as you want */
}

:tiny-font {
    font-size: 8px; /* You can adjust the value to make it as big as you want */
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

h3 {
  text-align: center;
}

.borderClassCSS {
    border: 2px solid blue;
}


