.cookie-alert {
    position: fixed;
    bottom: 3vh;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    background: #fff;
    padding: .6rem;
    border-radius: 10px;
    font-size: .93rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}