html {height: 100%}
body {
  height: 100%;
  background-color: deeppink;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.wakkos-photo {
  max-width: 100px;
  margin-bottom: 12px;
}
a,
a:visited,
a:hover {
  text-decoration: none;
}