/* ------------------------- QUIZDLY STYLESHEET ------------------------- */

*{ /* 22012023 */
  font-family: Montserrat_medium;
} 

html
{
  height: 100%;
}

body  /*22012023*/
{
  /*overflow: hidden;
  margin-left: auto;
  margin-right: auto;*/
  margin: auto;
  height: 100%;
} 


section#section_game {
  height: 100%;
}

section#section_welcome {
  height: 75%;
}

.h3, h3 {
  font-size: calc(1.3rem) !important;
}

.quizdly-footer {
  background-color: rgb(5, 6, 9);
  color: #f7e7b1;
  text-shadow: 4px 4px 4px black;
  padding: 20px 0;
  /*margin-top: 50px;*/
  text-align: center;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-bottom: 10px;
}

.footer-links a {
  color: #f7e7b1;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #fdcd3b;
}

.footer-social a {
  color: #f7e7b1;
  font-size: 2em;
  margin: 0 10px;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #fdcd3b;
}

html, body {
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
}