.redbg {
    background-color: #881B07;
}

.redtxt {
    color: #881B07;
}

.redborder {
    border: 3px #881B07 solid;
}

.yellowbg {
    background-color: #EFC75E;
}
.yellowtxt {
    color: #EFC75E;
}

body{
    padding: 0;
    margin: 0;
}

.fontsizems {
    font-size: 2vh;
}

.questrial-regular {
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.blackborder {
    border: 15px black solid;
}

.redbordertop {
    border-top: 2px #881B07 dashed;
}