body{
    background-image: url(backgroundStatic.png);
    color: white;
}
p {
    text-align: center;
}
h4 {
    text-align: center;
}
video {
    width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
a:link {
  color: white;
}
a:visited {
    color:#c3c0c0;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 87%;
}