<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
}

body {
    font-family: "Roboto", sans-serif;
}

p {
    margin: 24px 0;
    line-height: 2;
}

.wrapper {
    padding: 32px;
}
.cookie-content {
    color: black;
    display: inline;
}


.cookie-container {
    position: fixed;
    left: 25%;
    right: 10%;
    width: 10%;
    height: 5%;
    padding: 5px 14px;
    display:inline;
    align-items: center;
    text-align: center;
    background-color: #333;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

    .cookie-container.active {
        top: 0;
    }

.cookie-close {
    border: none;
    color: white;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    border-radius: 2px;
}
</pre></body></html>