* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
}

*:focus {
  outline: none !important;
}

a,
button {
  cursor: pointer !important;
}

html,
body {
  height: 100%;
}

body {
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  position: relative;
  min-height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1c1c1c+0,000000+100 */
  background: #001615;
  color: #009ddb;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  height: auto;
}

.header img {
  width: 100%;
  max-width: 500px;
}

.links {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.links a {
  border: 3px solid #009ddb;
  border-radius: 50px;
  margin: 5px;
  text-align: center;
  color: #009ddb;
  font-size: 22px;
  padding: 7px 10px 7px 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  min-height: 50px;
  transition: all 0.3s ease;
}
.links a svg {
  position: absolute;
  left: 20px;
  height: 25px;
}
.links a:hover {
  background: #0078a8;
  color: white;
  transform: scale(1.05);
}

.footer svg {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
