body {
    background-color: black;
    text-align: center;
}

h1 {
    color: white;
	font-family: verdana;
    text-align: center;
	font-size: 2rem;
  	text-transform: uppercase;
  	margin-top: 0;
  	letter-spacing: .3rem;
}

.linker {
	
	font-size: 24px;
	
}

h2 {
    color: red;
}

p {
    font-family: verdana;
    font-size: 20px;
    color: white;
    text-align: center;
	border-style: solid;
    border-width: medium;
	border-color: black;
}

a {
    color: white;
	text-decoration: none;
}

a:hover{
  background:rgba(0,0,0,0.9);
}
@media screen and (max-width: 500px) { 
  div{width:70%;} 
}
@media screen and (max-device-width: 800px) {
  html { background: url(https://thenewcode.com/assets/images/polina.jpg) #000 no-repeat center center fixed; }
  #bgvid { display: none; }
}

video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}
.stopfade { 
   opacity: .5;
}

#polina { 
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  font-weight:100; 
  background: rgba(0,0,0,0.3);
  color: white;
  padding: 2rem;
  width: 33%;
  margin:auto;
  float: center;
  font-size: 1.2rem;
}