*, body
{
    font-family: Arial;
}

video
{
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto; height: auto; z-index: -100;
  background: url(polina.jpg) no-repeat;
  background-size: cover;
}

a
{
  color:#595959;
}

h1
{
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 200px;
}

img
{
    max-width: 650px;
    width: 60%;
}

footer
{
  position:absolute;
  bottom:8px;
  width:98%;
  padding-top:50px;
  height:80px;
}

footer p
{
  text-align: center;
}
