.cookies{
    position: fixed;
    background: white;
    color:black;
    font-weight: 600;
    bottom: 0px;
    left: 0px;
    height: 60px;
    width: 100vw;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -3px 0 5px rgba(0,0,0,0.1);
}
.cookies span:nth-child(2){
    cursor: pointer;
    font-weight: 900;
    background-color:black;
    
    color:white;
    padding: 5px 7px 5px 7px;
    margin-left: 10px;
}