/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
/*# sourceMappingURL=bootstrap.min.css.map */

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

body, html {
  height: 100%;
}

body > div {
  background-color: #e9ecef;
  height: 100%;
}

#content {
  background-color: #fff;
  box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.15);
  padding: 2em;

  justify-content: center;
  align-items: center;
  display: flex;

  gap: 2.5em;

  max-width: 25em;
}

.img-circle {
  border-radius: 50%;
}

.img-circle {
  border-radius: 0;
}

.ratio {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

.img-circle {
  border-radius: 50%;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.container {
  margin: 15px auto;
}

.hidden {
  display: none;
}

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

.d-flex {
  display: flex;
}

.col {
  flex-direction: column;
}

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

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  font-size: 1.3em;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}