.icona {
  font-size: 55px;
}

a {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #6f6f6f;
}

.mybody {
  font-family: 'Dancing Script', serif;
  color: #000000;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .mybody {
    font-family: 'Dancing Script', serif;
    color: #000000;
    width: 100%;
    height: 120%;
  }
}

@media (min-width: 992px) {
  .mybody {
    font-family: 'Dancing Script', serif;
    color: #000000;
    width: 100%;
    height: 100%;
  }
}

