* {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

html {
    background-color: azure;
}

h1 {
    font-size: 32px;
    text-align: center;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chart {
    border: 2pt solid black;
    background-color: white;
}

.controls {
    margin-top: 5pt;
    width: 500px;
}

.angleSlider {
    width: 500px;
}

.expectedItems {
    display: flex;
    gap: 10pt;
    width: 500px;
    overflow: hidden;
}