/* Apply Varela Round to the entire page */
body {
  font-family: 'Varela Round', sans-serif;
    padding: 0 5px 5px 5px;

}

/* Target the anchor tags you want on separate lines */
a.block {
  display: block;
  margin-bottom: 10px; /* Optional: adds some space between the links */
}

.hidden , #modalBox{display:none;}