@font-face {
    font-family: "Gadsden";
    src: url("assets/Orwell.tff") format('truetype');
    src: url("assets/Orwell.woff") format('woff');
}

body {
    background-color: #faa21a;
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 20px;
}

div {
    width: 90%;
    margin: 0 auto;
    overflow-y: hidden;
    position: relative;
    text-align: center;
    padding-bottom: 50px;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}

p {
    color: black;
    font-family: "Gadsden";
    font-size: 50px;
    margin: auto;
    text-align: center;
}

.divider {
    height: 100px;
}

@media (max-width: 768px) {
    p {
        font-size: 23px !important;
    }

    .divider {
        height: 50px;
    }
}