* {
    font-family: Arial, Helvetica, sans-serif;

}

body {
    background-color: black;
}

h1 {
    color: red;

}

.title {
    text-align: center;
    margin-top: 10%;
    font-size: 100px;
    color: red;
}

body .container-1 .words {
    text-align: center;
    text-decoration: none;
    text-shadow: 10px;
    color: red;
    margin-top: 20%;
    padding: 50px;
    color: blue;
}

body .container-1 {
    background-color: white;
    border-radius: 5px;
    width: 50%;
    height: 800px;
    margin-top: 10%;
    align-items: center;
    margin: auto;
}

body .container-0 {
    background-color: white;
    border-radius: 5px;
    width: 100%;
    height: 20pc;
    margin-top: 10px;
    border-radius: 15px;
}

body .container-0 h1 {
    color: black;
    text-align: center;
    padding-top: 5%;
    font-size: 50px;
    padding: 10%;
}

hr {
    width: 300px;
}

body .container-1 .button {
    background-color: rgb(26, 255, 0);
    color: white;
    width: 30%;
    height: 15%;
    border: none;
    border-radius: 5px;
    font-size: 23px;
    padding: auto;
    margin: auto;
    margin-left: 35%;
    font-weight: bolder;
}



#cookie-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
    padding: 10px;
    border: 1px solid #ff0000;
    border-radius: 5px;
}
#cookie-popup button {
    background: green;
    color: white;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
}