body {
    max-width: 100%;
    max-height: 100dvh;
}

#clockContainer {
    position: absolute;
    width: 40em;
    height: 40em;
    left: 2em;
    top: 16em;
}

#moonStars {
    position: absolute;
    left: 8em;
    top: 8em;
    width: 24em;
    height: 24em;
    z-index: 2;
}

#rotatingDial {
    position: relative;
    top: 0;
    left: 0;
    width: 40em;
    height: 40em;
    z-index: 3;
}

#dial {
    position: absolute;
    width: 40em;
}

#sun {
    position: absolute;
    top: -15em;
    left: 12em;
    width: 16em;
    height: 16em;
    z-index: 4;
}

button {
    position: absolute;
    bottom: 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #FFD700;
    border: none;
    border-radius: 5px;
    color: #000;
    margin-top: 20px;
}

button:hover {
    background-color: #FFC107;
}

#soundStatus {
    position: fixed;
    z-index: 3;
    bottom: 0.3em;
    left: 1em;
    padding: 0.5em 1em;
    font-size: 1em;
    cursor: pointer;
    background-color: #183704;
    border: none;
    border-radius: 5px;
    color: #bfaaaa;
    font-weight: bold;
    margin-top: 20px;
}
