@font-face {
    font-family: 'Wrexham Script Light';
    src: url('WREXHAM_.TTF') format('truetype');
}

body {
    color: #000000;
    background-color: grey;
    margin: 0;
    margin-top: 200px;
    /* font-family: "Barton Graph"; */
    font-size: 72px;
    color: royal-blue;
    font-weight: 100;
}

#container {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

a img {
    border: none;
}

.wrexham {
    font-family: 'Wrexham Script Light';
    color: blue;
}