
body {
  background-image:url('https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fi.pinimg.com%2Foriginals%2Fb6%2F84%2F9b%2Fb6849bba245a533e608908fc3f14a6c5.gif&f=1&nofb=1&ipt=330b0f48e772f66e70f8bf5889a3f7147de0a73184d7c07f63d09c4c3865e2ee');
  color:white;
  height:auto;
  width:1968px;
  background-repeat: no-repeat;
  background-size: cover;
}

#container{
  border-style: ridge;
  background-color:rgba(253, 13, 105, 0.31);
  color:rgba(7, 63, 255, 1);
  width:920px;
  height:559px;
  margin-left:46px;
  margin-bottom:12px;
  margin-top: 12px;
  padding: 12px;
  position:static;
}
#navigation{
  display:flex;
  flex-direction:column;
}
#header{
  border-style: ridge;
  color:rgba(7, 63, 255, 1) ;
  background-image: url('https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fi.pinimg.com%2Foriginals%2F73%2F3a%2F4a%2F733a4a6101920d3ae1965c3fb7b7b14b.jpg&f=1&nofb=1&ipt=bd10c904bee30a35bbf9512af0a952684a545e4e3e0ed180a80a63ca20190cce');
  background-size: cover;
  margin-top: 35px;
  margin-left: 46px;
  height:162px;
  width:920px;
}
#footer{
  border-style: ridge;
  color:rgba(7, 63, 255, 1) ;
  background-size: cover;
  margin-top: 35px;
  margin-left: 46px;
  height:162px;
  width:920px;
}
#week{
  box-shadow: 0 0 30px;
  padding: 3px;
  border-radius: 12px;
}
#week:hover{
  animation-timing-function: ease-out;
transition: transform .2s;
  -ms-transform: scale(1.06); 
  -webkit-transform: scale(1.06); 
  transform: scale(1.06); 
}



a {
 font-family: inherit;
  border: none;
  outline: 1px dotted rgb(37, 37, 37);
  outline-offset: -4px;
  cursor: pointer;
  background: hsl(0deg 0% 75%);
  box-shadow:
    inset -1px -1px #292929,
    inset 1px 1px #fff,
    inset -2px -2px rgb(158, 158, 158),
    inset 2px 2px #ffffff;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 5px 30px;
}
a:active {
  box-shadow:
    inset -1px -1px #fff,
    inset 1px 1px #292929,
    inset -2px -2px #ffffff,
    inset 2px 2px rgb(158, 158, 158);
}

.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
ul {
  list-style-type: none;
  line-height: 2.0;
}
li {
  display: inline;
}
h2 {
  background-color: white;
  border-radius: 7px;
}






