#cookiePreferences {
    // background-color: #008000; /* Green */
    border: none;
    color: #7e8344;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 3rem;
    font-weight: bold;
    position: fixed;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width : 768px) {
    #cookiePreferences {
        position: relative;
    }
}

#cookiePreferences:hover{
    cursor: pointer;
}
