h1 {
    color: black;
    font-size: 30px;
    text-align: center;
}
h5 {
    text-align: center;
}
nav {
    text-align: center;
    background: whitesmoke;
    padding: 15px 15px;
    background-image: url(spider.gif);
}
nav a {
    text-decoration: none;
    font-size: 35px;
    padding: 15px 15px;
    color: black;
    background: whitesmoke;
}
nav a.active{
    color: deepskyblue;
}
nav a:hover{
    color: deepskyblue;
}
body {
    margin: 0 auto;
}
header {
    padding: 5px;
    background: white;
}
main {
    padding: 10px 46px;
    background: white;
    margin: 0 auto;
    text-align: center;
    background: black;
    background-image: url(lego.jpg);
}
footer{
    padding: 10px;
    background: whitesmoke;
    text-align: center;
}
  .bajs {
      transition: all 2s;
    right: 0%;
    position: absolute;
  }
  .bajs:hover {
      transform: rotate(1000deg);
  }
.right {
    right: 0%;
    position: absolute;
    width: 15%;
}
.logga {
    left: 0%;
    position: absolute;
    width: 15%;
}
.ko {
    transform: all 1s;
    left: 0%;
    position: absolute;
    width: 10%;
}
.ko:hover{
    width: 100%;
}
.lol {
    transform: all 1s;
    position: absolute;
    left: 0%;

}
.lol:hover{
    transform: rotate(9999deg)
}