body { padding: 0; margin: 0; overflow: hidden; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }

#next {
    position: fixed;
    top: 0; left: 0;
}

#settings {
    position: fixed;
    bottom: 10px; right: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border: none;
    background-color: white;
    cursor: pointer;
}

#settings:hover {
    background-color: #ccc;
}

#settings-wrapper {
    background-color: white;
    border: 1px solid #ccc;
    position: fixed;
    bottom: 60px; right: 10px;
    border-radius: 7px;
    padding: 5px;
}

#settings-wrapper .settings-item:not(:last-child) {
    margin-bottom: 10px;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}