/* css styles */

/* -- footer -- */

a.no-underline-icon {
  text-decoration: none;
  opacity: 0.6;
}

a.no-underline-icon:hover {
  opacity: 1;
}

.centered {
    text-align: center;
}

.myclass {
    max-width: 100%;
    height: 50em;
    width: 50em;
  }
```