@charset "utf-8";

body {
    font-family: Meyrio, sans-serif; 
}

a:link {
    color: #000000; 
    text-decoration: none;
}

a:visited {
    color: #000000; 
    text-decoration: none;
}

a:hover {
    color: #000000; 
    text-decoration: none;
}

a:active {    color: #000000; 
    text-decoration: none;
}

.nodotlist {
    list-style-type: none;
}

.top_items {

  width: 600px;
  height: 300px;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}

.large_top_item {
  font-size: 3rem;
}

.small_top_item {
  font-size: 2.4rem;
}

@media screen and (min-width:768px) {
   
.large_top_item {
  font-size: 2rem;
}

.small_top_item {
  font-size: 1.7rem;
} 

}