@font-face {
    font-family: "Woodland";
    src: url("PPWoodland-Medium.otf") format("otf");
}

* {
    /* font-family: "Alegreya Sans", sans-serif; */
    font-family: "Woodland";
}

.centreWrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1200px;
    transform: translate(-50%, -50%);
}
