* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: #023fd2;
  display: grid;
  place-items: center;
}

p {
  font-size: 1.2rem;
}

a,
a:link,
a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.social {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text-center {
  text-align: center;
}

.mt-1 {
  margin-top: 1rem;
}/*# sourceMappingURL=styles.css.map */