html,
body {
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: table;
  color: rgba(0, 0, 0, 0.66);
}

a,
a:link,
a:visited {
  color: rgb(65, 131, 196);
  text-decoration-line: none;
}

.block {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 10%;
}

img {
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  width: 70%;
}

@media (max-width: 800px) {
  .desktop-break {
    display: none;
  }
}
