body {
    font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
    background: -webkit-linear-gradient(45deg, #2302fa, #f25c49 60%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

div.pane {
    background: #00000000;
    max-width: 830px;
    margin: auto;
    padding: 0;
}

div.paper {
    background: #ffffff60;
    border: solid #ffffff33;
    border-radius: 50px 15px 30px 15px;
    box-shadow: 0 0 4px hsla(0,0%,0%,0.05), 0 1px 4px hsla(0, 0%, 0%, 0.05), 0 2px 8px hsla(0, 0%, 0%, 0.05);
    padding: 15px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

div.footer {
    margin-top: 5px;
}

h1 {
    font-weight: 1000;
    background: -webkit-linear-gradient(45deg, #09009f, #00ff95 80%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h4 {
    font-weight: 1000;
}

.product {
    font-weight: 1000;
}

h2 {
    font-weight: 1000;
}

ul.no-bullets {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


li {
    padding-top: 5px;
    padding-bottom: 5px;
}

div.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

h2.header {
    margin: 0;
    background: -webkit-linear-gradient(45deg, #f25c49, #2302fa 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
