@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  text-align: left; /* 3 */
  background-color: #fff; /* 2 */
}

h1 {
  font-weight: 400;
  font-size: 1.25rem;
}

.d-flex {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.mx-auto {
  margin: 0 auto;
}

.ml-auto {
  margin-left: auto;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.logo {
  margin-right: 1rem;
  width: 100px;
  height: auto;
}

.container {
  padding: 0 1rem;
  margin: 0 auto;
}

.btn {
  border: 1px solid #aaaaaa;
  color: #333;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  display: inline-block;
}

.btn:hover {
  background-color: #369bd133;
}

.btn-primary {
  background-color: #171ec7 !important;
  color: #fff !important;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
