﻿.cookiesdirective {
    background-color: white;
    border: none;
    position: relative;
    width: 90%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    font-size: inherit;
    padding: 1rem;
    text-align: center;
    border-radius: 8px;
}

.cookiesdirectivetext {
    width: 90%;
    position: relative;
    top: 10px;
    margin: auto;
}
