body{
  margin: 0;   
  background: url(colorful-182220_1280.jpg) no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}
 
h1{
   position: fixed;
  top: 50%;
  left: 45%;
  margin-top: -50px;
  margin-left: -100px;
    font-size: 350%;
    color: white; 
    font:bold;
}
    
a{
    text-decoration: none;
    color: white;
}
li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 135%;
   
}
ul{
     margin-left: 35px;
    margin-top: 50%;
}
li{
    
    margin-bottom: 1.6em;
}



.menu__item--1,
.menu__item--2,
.menu__item--3 {
  position: relative;
  width: 50px;
  height: 8px;
  margin-bottom: 5px;
  background-color: #ED6B5D;
  border-radius: 3px;
}

.menu {
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
}
.menu.active {
  -webkit-transform: translate3d(200px, 0, 0);
          transform: translate3d(200px, 0, 0);
}
.menu.active ~ aside {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

aside {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
  width: 210px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #f55f4f;
}


button {
  border: none;
  background: none;
  outline: 0;
  padding: 50px;
}


@media screen and (max-width: 800px) {
    
}