html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: env(safe-area-inset-top) env(safe-area-inset-right)
    env(safe-area-inset-bottom) env(safe-area-inset-left);
}

.container {
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-svg {
  width: 75vh;
  padding: 0 5vw;
}

.container-btn {
  display: flex;
  justify-content: center;
  height: 10%;
}

.btn {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

button:focus {
  outline: 10px solid rgba(27, 55, 231, 0.1);
}

.footer-link {
  margin: 0 10px;
  font-size: 13px;
  text-decoration: none;
}

a,
.footer-link:visited {
  color: #1b37e7;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link--home {
  font-weight: bold;
}
