body {
    overflow: hidden;
}

.background-container {
    min-height: 100%;
    background-color: lightgray;
}

.bg {
    background-color: antiquewhite;
}

.recording-light-container {
    width: 100%;
    background-color: lightgray;
}


.recording-light-container-live {
    background-color: antiquewhite;
}

.recording-text {
    font-family: "rockwell", sans-serif;
    font-weight: 700;
    padding: 12.5% 0 5% 0;
    justify-content: center;
    color: white;
    text-align: center;
    font-size: 14rem;
}

.recording-text-live {
    font-family: "rockwell", sans-serif;
    font-weight: 700;
    padding: 12.5% 0 5% 0;
    justify-content: center;
    color: red;
    text-align: center;
    font-size: 14rem;
}

.studio-in-use-text {
    min-width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    font-size: 10rem;
    margin: 0;
}

.studio-in-use-text-live {
    background-color: black;
    color: red;
    text-align: center;
    font-size: 10rem;
    margin: 0;
}

.bottom-container {
    background-color: lightgray;
    padding: 100%;
}

.bottom-container-live {
    background-color: antiquewhite;
    padding: 100%;
}