* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: rgb(0, 0, 0);
}

.settings {
    position: fixed;
    bottom: 1%;
    right: 1%;
    filter: opacity(50%);
    filter: brightness(0.65)
}