body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #f9f9f9;
    font-family: Helvetica, Arial, sans-serif;
}

svg {
    width: 50vmin;
    height: 50vmin;
    display: block;
}

.square-outline {
    fill: none;
    stroke: #000;
    stroke-width: 1.5px;
    vector-effect: non-scaling-stroke;
}

.facecontrol {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.frame {
    width: 100%;
    max-width: 600px;
    height: auto;
    max-height: 60vh;
    object-fit: contain;
    margin-bottom: 20px;
    flex-shrink: 1;
}

.facecontrol p {
    font-size: 16px;
    line-height: 1.5;
    max-width: 90%;
    margin: 0;
    text-align: center;
}

.facecontrol strong {
    font-size: 28px;
    text-transform: uppercase;
}

.facecontrol a {
    color: #00f;
}
