body{background:linear-gradient(#0b0149,#0b0149, #15037d,#2f10e9);
display: block;
background-repeat: no-repeat;
background-position:center;
background-size:100%;
color:#fff;
height:675px;
}
body {
  font-family: 'Lato', sans-serif;
  margin-top: 10px;
  margin-left: 5%;
  margin-right:5%;
}

.overlay {
  height: 100%;
  line-height:40px;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: left;
  
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 24px;
  color: #c4c4c4;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #ffa800;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 50px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
h2{
font-size: 36px;
background: #4d2a00;
line-height:50px;
color: #ffffff;
}

.foot{
line-height:25px;
color: #fff;
}

img:hover{
transform: rotate(1deg) skew(4deg, -5deg) translate(2px, 1px);
}

img{
cursor:pointer;
}

.trfoot{
background-color: #444444;
}

.back{
background: rgba(.2,.3,0,.2);
}