body {
    min-height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: linear-gradient(300deg, #08adad,#2306c5);
    display: flex;
    align-items: center;
    flex-direction: column;
}
body .container .col-md-12 .row{
    justify-content: center;
}
#cookie{
    width: 300px;
    transition: all 0.2s ease-in-out;
}
#cookie:hover{
    transform: scale(1.1);
    /* box-shadow: 18px 18px 14px -9px rgba(0,0,0,0.5); */
    filter: drop-shadow(2px 4px 6px black);
}
.customBtn{
    width: 150px!important;
    border-radius: 10px;
    font-weight: 700;
    border: 2px solid #000;
    background: linear-gradient(300deg, #2306c5, #08adad);
    padding: 5px;
    color: #fff!important;
}
body .container .row .col-md-6{
    display: flex;
    align-items: left;
}
.message{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px;
}
.logo{
    color: #fff;
    text-decoration: none!important;
    margin: 20px auto;
    text-align: center;
    text-shadow: 3px 3px #0a0250;
    font-size: 56px;
} 
.container.info{
    Color: #fff!important;
    font-weight: 700;
    background-color: #000;
    position: absolute;
    bottom: 10px;
    padding: 20px;
    border-radius: 12px;
}
.container.info .col-md-2,
.container.info .col-md-2 span{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0!important;
    align-items: center;
    text-align: center;
}
.container.info .col-md-2 span{
    width: -webkit-fill-available;
}
.container.info .col-md-2 span span {
    width: fit-content;
    margin: 0px 5px;
}