* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    overflow: hidden;
}

.font-halloween {
    font-family: 'Creepster', serif !important;
    color: #ff0000 !important;
    fill: #ff0000 !important;
}

.no-campaign {
    font-size: 10vh;
}