@font-face {
    font-family: MadisonSquare;
    src: url("../fonts/MADISI__.TTF")
}
@font-face {
    font-family: VeteranTypewritter;
    src: url(../fonts/vettype.ttf);
}

body {
    background-image: url("../image/bgWeb.png");
    background-repeat: repeat
}

p {
    font-family: VeteranTypewritter;
    color: white
}

.strawberryhighlight {
    color: hotpink
}
.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.AuthorTitle {
    text-align: center;
    font-family: 'MadisonSquare', 'Times New Roman', Times, serif;
    color: white;
}