.gdpr {
    position: fixed;
    width: 100%;
    min-height: 30px;
    bottom: 0;
    color: white;
    z-index: 100;
}

.gdpr-body {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gdpr-body__btn {
    display: inline-block;
    padding: 15px;
    line-height: 1.1;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    color: #ffffff;
    background: transparent;
    transition-duration: 0.2s;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    margin-left: 20px;
    max-height: 50px;
}

.gdpr a {
    color: white;
}

.gdpr a:hover {
    text-decoration: underline;
}