*{font-family: 'Roboto', sans-serif;margin:0;}


.cookie_bg{
    position: fixed;
    bottom: 5%;
    right: 5%;
    width: 270px;
    z-index: 10001;
    align-items: center;
    background-color: rgba(20,20,20,0.9);
    padding: 25px;
    border-radius: 5px;
}

.cookie_left{
    margin-bottom: 50px;
}

.cookie p, a{
    margin: 0px;
    color: rgb(255,255,255);
}

.cookie a{
    font-weight: bold;
    text-decoration: none;
}

.cookie_right a{
    background-color: rgb(255,255,255);
    padding: 10px;
    border-radius: 5px;
    transition: all .3s ease;
}

.cookie_right a:hover{
    background-color: rgba(118,184,42,0.9);
    color: rgb(255,255,255) !important;
}