@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: var(--font-family), system-ui, sans-serif;
}

strong {
    color: inherit;
}

button {
    outline: none;
    cursor: pointer;
    border: none;
    background: transparent;
}

ul li, ol li {
    padding: 0;
    list-style: none;
}

.quizContainer {
    z-index: 1;
    max-width: 1440px;
    min-height: 100vh;
    margin: 0 auto;
    padding: 10px 30px 30px;
}

.quizContainer::before {
    z-index: -1;
    content: "";
    position: absolute;
    /*change with acf*/
    background-color: rgba(255, 255, 255, 0.7);
    /*change end*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

p, ul, ol {
    margin: 0;
    padding: 0;
}