@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gnD-w.ttf) format('truetype');
}
html,
body {
  margin: 0;
  padding: 0;
  background-color: #236682;
  font-family: 'Montserrat', sans-serif;
}
main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
}
.logo {
  background-image: url(../../images/mike.png);
  background-image: none, url(../../images/mike.svg), url(../../images/space.gif);
  background-position-x: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  height: 100%;
  background-size: 256px;
  margin: 0;
  padding: 0;
  min-width: 256px;
  min-height: 256px;
}
.social-links {
  display: flex;
  justify-content: center;
  padding: 0;
}
.social-links li {
  display: inline;
}
.social-links a {
  color: white;
  text-decoration: none;
  font-size: 28px !important;
  display: inline-block;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin: 0 10px;
}
.social-links a:hover {
  background-color: #18465a;
}
.tooltip {
  position: relative;
  display: block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: #0d2732;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-size: 14px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  top: 50px;
}
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  /* At the top of the tooltip */
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #0d2732 transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/*# sourceMappingURL=style.css.map */