html{
  box-sizing: border-box;
}
*, *:before, *:after{
  box-sizing: inherit;
}
body{
  background-color: #e6f2ff; 
  background-image: url("https://www.dropbox.com/s/4gswumlpk2yq6f6/cute_background.jpg?raw=1");
  font-family: Oswald Futura, sans-serif; 
  font-size: 16px; 
  color: #838994; 
  letter-spacing: 0.03em; 
  -webkit-font-smoothing: antialiased;
  overflow: fixed;
}
.top-navigation{
  position: fixed;
  background-color: #fff; 
  z-index: 9999; 
  width: 100%; 
  top: 0;
}
.content{
  width: 970px;
  height: 70px;
  margin: 0 auto;
  padding: 0px 15px;
  border: none;
}
.container{
  overflow-y: scroll;
  max-height: 50%; 
  display: inline-block;
  background-color: none; 
  width: 40em;
  color: #fff;
  font-family: Oswald Futura sans-serif; 
  font-size: 18px; 
  border-radius: 16px;
  margin-top: 5em; 
  margin-left: 15em; 
  border: none;
}
.links{
  display: inline-block;
  padding-left: 15em;
}
div{
  color: black; 
  border: 1px solid #737373;
  border-radius: 2em; 
  margin: 1.5em 5em; 
  padding: 1em 2.5em; 
  font-weight: 600; 
}
button{
  width: 9em; 
  background-color:#d8400e;
  font-size: 1.3em; 
  color: #fff;
  cursor: pointer;
}
button:hover{
  background-color: #f15a29; 
}
ul{
  list-style: none;
  
}
li{
  display: inline-block; 
  margin: -1em 2em;
}
span.name{
  display: inline-block;
  font-size: 0.9em; 
  color: #9933ff; 
  margin: 0.2em;
  cursor: pointer;
}
span.name:hover{
  color: #6600cc; 
}
.time{
  color: #808080; 
  padding-left: 0.5em; 
}

footer{
  position: fixed;
  bottom: 0; 
  width: 100%; 
  background-color:#fff;
  padding: 1.5em; 
  text-align: center; 
}
