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;
}
#cookie{
    width: 300px;
    transition: all 0.2s ease-in-out;
}
#cookie:hover{
    transform: scale(1.1);
    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;
}
.logo{
    color: #fff;
    text-decoration: none!important;
    margin: 20px auto;
    text-align: center;
    text-shadow: 3px 3px #0a0250;
    font-size: 56px;
} 
.blackContainer{
    Color: #fff;
    font-weight: 700;
    background-color: #000;
    padding: 10px;
    border-radius: 12px;
    text-align: center;
    margin: 30px auto;
    max-width: 400px;
}
.blackContainer div{
    display: block;
    padding: 5px;
}