@media only screen and (min-width: 1200px) {
    h1 {
        font-weight: 500;
        font-size: 3rem;
    }

    h2 {
        font-weight: 300;
        padding-bottom: 5dvh;
    }

    h3 {
        padding-bottom: 2dvh;
    }

    .circuit-diagram {
        width: 100%;
        height: max(max-content, 25dvh);
        margin-left: 10dvh;
        margin-right: 10dvh;
        padding: 2dvh;
        background-color: rgba(250, 250, 250, 1);
        text-align: center;
        border-radius: 15px;
    }

    .rangeInput {
        width: 25%;
    }

    .phaseInput {
        width: 25%;
        margin: auto;
    }

    button {
        font-size: 2dvh;
        padding: 0.5dvw 3dvh;
        cursor: pointer;
        height: 5dvh;
        width: 15dvw;
    }

    button:active {
        box-shadow: 0px 0px 0px lightgray;
    }
}
