body {
    display: flex;
    flex-direction: column;
    margin: 0;
    background-color: #f5f5f5;
    color: #333333;
    font-family: sans-serif;
    line-height: 1.4;
}

main {
    margin: 0 auto;
    padding: 2rem;
    max-width: 768px;
}

@media (min-width: 768px) {
    main {
        min-width: 768px;
    }
}

h1 {
    margin-top: 0;
}

p {
    border-radius: 2px;
}

p:last-child {
    margin-bottom: 0;
}

.filler-text {
    cursor: pointer;
}

.filler-text:hover,
.filler-text:focus-visible {
    color: black;
}

:focus-visible {
    outline: 2px solid black;
    outline-offset: 4px;
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: black;
        color: #c0c0c0;
    }

    .filler-text:hover,
    .filler-text:focus-visible {
        color: white;
    }

    :focus-visible {
        outline-color: white;
    }
}

#NotiflixNotifyWrap {
    display: flex !important;
    flex-direction: column !important;
    width: fit-content !important;
}

#NotiflixNotifyWrap > div {
    width: auto !important;
}
