body {
  font-family: "Dosis", sans-serif;
  background: linear-gradient(0deg, rgba(9, 0, 255, 0.25) 0%, rgba(9, 0, 255, 0.35) 0%, #dfdbfe 100%);
  min-height: 100vh;
   box-sizing: border-box;
  margin: 0;
  padding: 0;
  box-shadow: 0px 0px 61px 0px rgba(9,0,255,0.24) inset;
-webkit-box-shadow: 0px 0px 61px 0px rgba(9,0,255,0.24) inset;
-moz-box-shadow: 0px 0px 61px 0px rgba(9,0,255,0.24) inset;
}

.wpulike, footer{display: none !important;
}

::selection {
  color: white;
  background: #5E54FF;
}

.logo {
  display: flex;
  justify-content: center;
}

.center {
  margin: auto;
  text-align: center;
  margin-top: 20vh;
}

video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100vw;
  max-width: 80vw;
  max-height: 80vw;
  margin-top: 3vh
}



.zoom {
  transition: transform .2s;
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(.5);
  -webkit-transform: scale(.5);
  transform: scale(1.1);
}

.container {
  width: 31rem;
  margin-left: auto;
  margin-right: auto;
}
/* Responsive Design */
@media only screen and (min-width: 200px) and (max-width: 800px) {
  .container {
  width: 90vw;
  margin: auto;
}
.center {
  width: 100%;
  
}
		.title {
		margin-top: 50vw;
	}

.zoom {
  width: 100%;
}
.videos img {
  width: 100%;
}
.odraz {
  
  margin-top: 0;
  margin-bottom: 0;

}

}