body {
    background-image: url(Background.jpg);
    background-repeat: repeat;
}
img {
    display: block;
    margin: auto;
    width: 700px;
}
p {
    color: #3f2f1f;
    text-align: center;
    padding: 5px;
    background-color: #f2ebe3;
    font-size: 150%;
    font-family: FishersFont;

}
@font-face {
    font-family: FishersFont;
    src: url(../../Fonts/FishersFont-Regular.ttf);
}
.resize {
    width: 200px;
}
head {
    <link rel="icon" type="image/x-icon" href="../../favicon.ico">
}
.video {
    display: block;
    margin: 0 auto;
}
