p {
    margin: 0px;
}

@font-face {
    font-family: "Century Gothic";
    src: url("../fonts/Century-Gothic-Bold.TTF"), local("CG-Bold");
    font-weight: bold;
}

@font-face {
    font-family: "Century Gothic";
    src: url("../fonts/Century-Gothic-Bold-Italic.TTF"), local("CG-Bold-Italic");
    font-weight: "bold-italic";
}

@font-face {
    font-family: "Century Gothic";
    src: url("../fonts/Century-Gothic-Italic.TTF"), local("CG-Italic");
    font-weight: Italic;
}

@font-face {
    font-family: "Century Gothic";
    src: url("../fonts/Century-Gothic.ttf"), local("CG");
    font-weight: normal;
}