body {
    font-size: clamp(1rem, 2vw + 0.5rem, 1.35rem);
}

.bright {
    background: MediumSeaGreen;
}

.commandRow {
    display: flex;
    justify-content: center;
    width: 100%;
}

.darkBackground {
    background-color: #112222;
}

.desktop {
    background-color: rgb(175, 175, 175);
}

.launched .main {
    background-color: #03416e;
}

.homeButton {
    background-color: rgb(80, 80, 90);
    color: white;
    font-style: italic;
}

.launched {
    display: flex;
    flex-direction: column;
}

.lightCommand {
    align-items: center;
    box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: flex;
    flex: 1;
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.logoTitle {
    height: 3rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.tv .logoTitle {
    height: 6rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}

.main {
    align-items: center;
    background: #eee;
    border-radius: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-family: "Arial", Helvetica, sans-serif;
    justify-content: flex-start;
    min-height: 90vh;
    padding: 0;
}

.shadow {
    box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.3);
}

.statusColumn {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 2rem;
    margin-right: 2rem;
}

.statusRow {
    cursor: pointer;
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding: 2rem;
}

.title {
    background: radial-gradient(
        circle,
        #eeeeee 0%,
        #b0dcf7 100%
    );
    border-radius: 24px 24px 0 0;
    text-align: center;
    width: 100%;
}

.tv {
    font-size: 2rem;
}

.tv .launched {
    background: rgb(32, 16, 16);
}

.caption {
    text-align: center;
}
