.cookie {
    position: fixed;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    bottom: 20px;
    right: 20px;
    font-size: 16px;
    padding: 30px;
    max-width: 300px;
    border-radius: 3px;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.05);
    background-color: #fff;
}

.cookie__text,
.cookie__button {
    margin: 0;
}

.cookie__text {
    margin-bottom: 15px;
}

.cookie__button {
    margin-top: 20px;
    align-self: center;
}