@font-face {
  font-family: 'Azonix';
  src: url('fonts/Azonix.otf') format('opentype');
}
body {
  text-align: center;
  font-family: 'Azonix', sans-serif;
  background-color: #032331;
}
div.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 97%;
}
div.image {
  text-align: center;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 180px;
  border-radius: 10px;
  margin-bottom: 10px;
}
a {
  text-decoration: none;
  color: #04a7ca;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Arial', san serif;
}
.title{
  font-size: 26px;
  color: white;
}

footer {
  background-color: #032331;
  color: white;
  text-align: center;
  padding: 10px 0;
  font-family: 'Arial', san serif;
  font-size: 12px;
}
footer a {
  font-size: 12px;
}