/* html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
} */



body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 350;
  font-style: normal;
}

h1 {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 350;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

h2, h3 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

hr.rounded {
  border-top: 6px solid #8a8a8a;
  border-radius: 5px;
  margin-left: 2%;
  margin-right: 2%;
}

div.formContainer {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

#navbar {
  background-color: rgba(5, 5, 5, 0.5);
  backdrop-filter: blur(10px);
}