
.items{
width: 70%;
margin: 0px auto 0px;
text-align: center;
}
.item{
width: 200px;
background-color: black; 
display: inline-block;
margin: 20px 5px 20px;
outline: white solid 1px;
box-shadow: 0px 0px 5px 1px white;
}
.item a{
font-size: 10px;
}
.item h1{
margin:0;
font-size: 15px;
width: 200px;
outline: white solid 1px;
}
.item img{
width: 200px;
background-color: #555;
margin: 0px auto -5px; 
}
.item button{
width: 200px;
color: black;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
video {  
width: 100vw;
height: 120%;
object-fit: cover;
position: fixed;
top: 0;
left: 0;
z-index: -2;
}
@keyframes shadows {
  0% {
    text-shadow: white 0 0 1px;
    box-shadow: 0px 0px 20px 1px white;
  }
  50% {
    text-shadow: white 0 0 1px;
    box-shadow: 0px 0px 20px 1px white;
  }
  75% {
    text-shadow: white 0 0 1px;
    box-shadow: 0px 0px 20px 1px white;
  }
  100% {
    text-shadow: white 0 0 1px;
    box-shadow: 0px 0px 20px 1px white;
  }
}