body {
  height: 100vh;
  width: 100vw;
  background-image: url('../images/main.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin:0;padding:0;
  background-color: #080821;
}
.mainimage{
  position: fixed;
  margin-top: -65px;
  width:90%;
  z-index: 100;
}
.urls{
  height:132px;
  position: fixed;
  bottom: 0;
  height: 132px;
  width: 100vw;
  background-image: url('../images/fonniz.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin:0;padding:0;
  background-color: #01020e;
  text-align: center;
  z-index: 1000;
}
.urls div{
	/*position: relative;*/
    top:0;
    width: 160px;
    height:100%;
    /*background: red;*/
    /*clip-path:polygon(20% 0%, 100% 0%, 80% 100%, 0 100%);*/
	display: inline-flex;
	padding: 0;
	margin-right: -43px;
}
.urls div.twich:hover{
    background: #9246ff;
}
.urls div.vklive:hover{
    background: #fd2946;
}
.urls div.nuum:hover{
    background: #552bef;
}
.urls div.youtube:hover{
    background: #ff0000;
}
.urls div.rutube:hover{
    background: #08182f;
}
.urls div.telegram:hover{
    background: #0088cc;
}
.urls div.discord:hover{
    background: #5864f2;
}
.urls div.boo:hover{
    background: #ff662c;
}
.urls div.donats:hover{
    background: #f58a06;
}
.urls div.meme:hover{
    background: #5713b7;
}
.urls div.meme{
	margin-right: 40px;
}


.urls div.twich img{
	height:35px;
    margin-left: 68px;
    margin-top: 44px;
}
.urls div.vklive img{
	height:35px;
    margin-left: 68px;
    margin-top: 44px;
}
.urls div.nuum img{
	height:35px;
    margin-left: 68px;
    margin-top: 44px;
}
.urls div.youtube img{
	height:35px;
    margin-left: 58px;
    margin-top: 44px;
}
.urls div.rutube img{
	height:35px;
    margin-left: 65px;
    margin-top: 44px;
}
.urls div.telegram img{
	height:35px;
    margin-left: 60px;
    margin-top: 44px;
}
.urls div.discord img{
	height:35px;
    margin-left: 60px;
    margin-top: 44px;
}
.urls div.meme img{
	height:35px;
    margin-left: 65px;
    margin-top: 44px;
}
.urls div.boo img{
	height:35px;
    margin-left: 69px;
    margin-top: 44px;
}
.urls div.donats img{
	height:35px;
    margin-left: 70px;
    margin-top: 44px;
}
.urllight{
    margin-left: auto;
    margin-right: auto;
	display: block;
	width: 950px;

}
.urllight div{
    position: fixed;
    top: 0;
    width: 160px;
    height: 100%;
    background: #9246ff;
    /*clip-path: polygon(50% 0%, 82% 0%, 42% 100%, 10% 100%);*/
    padding: 0;
	opacity: 50%;

}
.urllight div.tw{
    background: #9246ff;margin-left: -200px;display:none;
}
.urllight div.vkl{
    background: #fd2946;margin-left: -80px;display:none;
}
.urllight div.nn{
    background: #552bef;margin-left: 40px;display:none;
}
.urllight div.yo{
    background: #ff0000;margin-left: 160px;display:none;
}
.urllight div.ru{
    background: #08182f;margin-left: 280px;display:none;
}
.urllight div.te{
    background: #0088cc;margin-left: 400px;display:none;
}
.urllight div.di{
    background: #5864f2;margin-left: 520px;display:none;
}
.urllight div.me{
    background: #5713b7;margin-left: 880px;display:none;
}
.urllight div.bo{
    background: #ff662c;margin-left: 640px;display:none;
}
.urllight div.do{
    background: #f58a06;margin-left: 760px;display:none;
}
