@viewport {
  width: device-width ;
  zoom: 1.0 ;
}

@media screen and (max-width: 375px) {
  body{
     zoom: 1.1;
  }
}

body{
    font-family: "Helvetica", Sans-Serif;

}
.title {
    font-weight: bold;
    font-size: 2em;
    padding: 0.2em;
}
.list {
  margin-left: 0.5em;
  font-size: 1.2em;
}

.bottom {
  font-style: italic;
}

.items {
  margin-left: 1.5em;
}

/* unvisited link */
a:link {
  color: #3ebad6;
}

/* visited link */
a:visited {
  color: #e675d3;
}

/* mouse over link */
a:hover {
  color: #77d1e6;
}

/* selected link */
a:active {
  color: #aee5f2;
}