html, body {
  width: 100%;
  height: 100%;
  line-height: 1.62;
font-family: "t26-carbon", monospace;
font-style: normal;
font-weight: 400;
color: black;
}

.main {
  background: url('/img/background2.png') no-repeat center center fixed;
  width: 100%;
  height: 90%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow-y: scroll;
  /* diplay: flex;
  align-items: center;
  justify-content: center; */
}

.logo {
  width: 100%;
  /* height: 10%; */
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;

}
#duckylogo {
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.shows-container {
  /* width: 80%; */
  /* align-self: center; */
  display: flex;
  align-items: center;
  justify-content: center;
}

#widget {
  width: 80%;
  height: 50%;
  overflow-y: scroll;
}

.spacer {
  height: 100px;
}
.socials {
  width: 100%;
  position: fixed;
  height: 10%;
  color: white;
  text-align: center;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  flex-wrap: wrap;
  font-family: "t26-carbon", monospace;
}

.nav {
  top: 0;
}

.socials {
  bottom: 0;
}

.socials a {
  color: white;
}

a.blue:hover {
  color: #467AE3;
}

a.yellow:hover {
  color: #FFFD38;
}

a.pink:hover {
  color: #FC338D;
}

a.orange:hover {
  color: #FD7723;
}

@media only screen and (max-width: 600px) {
  .socials {
    font-size: 16px;
  }
}
