.W {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.topheader {
    perspective: 200px;
    position: relative;
    height: 200px;
}

body {
    background-color: #141414;
}

a {
    text-decoration: none;
}

.lgooo {
    position: absolute;
    top: 10%;
    left: 45%;
    height: 150px;
    width: 150px;
    background: url(imgs/lsoo.png);
    animation: alimis 2s steps(5) infinite;
    transform: translate3d(0, 0, 100px);
    transform: rotateY(45deg);
}

.connemt {
    position: relative;
    height: 600px;
}

.last {
    height: 100px;
}

.connemt ul li {
    list-style: none;
    height: 80px;
}

.connemt ul li a {
    font-size: 28px;
    color: #EEE8CD;
}

@keyframes alimis {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -750px 0;
    }
}

.log {
    height: 40px;
    width: 180px;
    background-image: url('imgs/melogo.png');
}

.gg li {
    list-style: none;
}