/*Consent Stylesheet*/
.clientLogo {
    margin: 60px 0 20px;
}

.clientLogo img {
    width: 200px;
}

#consent {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: #ede5d0;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    z-index: 999;
    font-family: Georgia, "Times New Roman", Serif;
}

.btnGroup {
    margin: 30px;
}

.btnConsent {
    margin: 5px;
    color: #000000;
    font-family: Georgia, "Times New Roman", Serif;
    background-color: #ede5d0;
    border: 3px double #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    border-radius: 0;
    outline: none;
    vertical-align: bottom;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 25px 50px;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}