#cookie_notification {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3rem;
    background: rgba(0, 0, 0, 0.75);
    z-index: 21470000010000000;
    color: white;
    font-size: smaller;
}

#cookie_notification a {
    color: #e9c011;
}
#cookie_notification button {
    margin-left: 2rem;
}

@media (max-width: 575px) {
    #cookie_notification {
        display: block;   
    }
    
    #cookie_notification button {
    	margin-left: 0;
	}
}