@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: rgba(128, 128, 128, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.custom-bg {
  background-color: rgba(128, 128, 128, 0.1);
}

.container {
  flex: 1;
}

footer {
  margin-top: auto;
  background-color: #333;
  color: white;
  padding: 1rem 0;
  width: 100%;
}

.python-logo-blue-bg {
  background-color: rgb(48, 105, 152) !important;
}

.python-logo-yellow-bg {
  background-color: rgb(255, 212, 59) !important;
}

.dark-blue {
  color: rgb(0, 0, 128)
}

#edusummit-schedule tr:nth-child(odd) > td
{
    background-color: #eeeeee !important;
}

#edusummit-schedule tr:nth-child(odd) > td:first-child
{
    background-color: #e4e4e4 !important;
}