body{
  height: 100%;
  width: 100vw;  
  margin-top: 0px;
}
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:@wght700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
*{
  margin: 0px 0px 0px 0px;
  list-style: none;
  transition: all 0.2s;
  word-break: break-all;
}
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
.header{
  background-color:#ff0000;
  background: linear-gradient(to right,red,orange,yellow,green,blue,indigo,violet);
  height: 6em;
  margin: 0px;
}
.header h1{
 font-family: 'Bebas Neue', cursive;
  text-align: left;
  color: #ff4061;
  text-shadow:1px 1px 5px red;
  padding-top: 0.8em;
  padding-left: 25px;
}
.menu{
  margin-right: 0px;
  background: linear-gradient(red,orange,yellow,green,blue,indigo,violet);
  float: right;
  height: 100vh;
  top: 0;
  position: sticky;
  width: 25vw;
  text-align: center;
  color:white;
  display: block;
  margin-left: 14vw;
  font-family: 'Oswald', sans-serif;
  font-style: bold;
}
.menu-items li{
  margin-top: 9vh;
}
.body{
  word-wrap: break-word;
  margin-right: 35vw;
}
.body h3{
  padding-left: 1vw;
  font-family: 'Oswald', sans-serif;
}
p{
  font-family: 'dancing script',cursive;
  font-size: 15px;
  
}
.menu:hover{
  width: 35vw;
}
.sidebar{
  top:6rem;
  clear: both;
  background-color: #ff4061;
  display: inline-block;
  width: 100%;
  height:8vh;
  overflow: scrool;
  color: white;
  font-family: 'Oswald', sans-serif;
}
.sidebar ul li{
  overflow: auto;
  display: inline-block;
  padding-left: 2vh;
  margin-top: 3vh;
}
.footer{
  background-color:#ff4061;
  text-align: center;
  height: 35vw;
  text-align: center;
  position: absolute;
  width: 100vw;
  font-size: 4vw;
  color: white;
}
.footer div{
  margin-top: 9vw;
  
}
