body,
html {
  height: 100%;
}

body {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", "Noto Sans", sans-serif;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

img {
  margin-top: 10%;
  max-width: 90%;
}

.links {
  display: flex;
  font-size: 32px;
  gap: 10px;
  margin: 30px 0 0;
}

.links a:link,
.links a:visited {
  color: #80c8e2;
}

.links a:focus,
.links a:hover,
.links a:active {
  color: #6eb8d3;
}

.boosty-icon {
  height: 30px;
  margin: 0 0 -4px;
  width: auto;
}

.boosty-icon path {
  fill: #80c8e2;
}

.boosty-icon:hover path {
  fill: #6eb8d3;
}