body {
    margin: 0;
    font-family: 'Times New Roman', Times, serif;
    color: white;
    background-color: #000010;
}

a {
    color: skyblue;
    text-decoration:none;
}

.sticky {
    position: sticky;
    top: 0;
    padding: 10pt;
    margin-top: -30lvh;
    margin-bottom: 30lvh;
    text-align: center;
}

#top-bar {
    display: flex;
    flex-direction: column;
    margin: 20px auto;
}

#infos, #tickets, #details {
    margin: 0 auto;
    width: 80%;
    padding: 20px;
    background: #000010;
    text-align: center;
    font-size: 13pt;
}

#infos {
    border: #fff 2pt solid;
    padding: 20px;
}

.pretix-widget {
    min-width: 500px;
    width: 80%;
    margin: 0 auto;
}

#artists, #sponsors {
    padding: 10pt;
    background: #000010;
    text-align: center;
}

h1 {
    font-size: 30pt;
    text-align: center;
    margin: 1em auto;
}

h2 {
    font-size: 20pt;
    text-align: center;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.sponsor {
    padding: 5pt;
    height: 100px;
}