body {
    font-family: Arial, sans-serif;
    text-align: center;
}
h1 {
    color: #868789;
}
h2 {
    color: #868789;
}
p {
    color: #868789;
}
.oauth-flow {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.workflow {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.column {
    width: 30%;
    padding: 10px;
}

/* .mobile-frame {
    position: relative;
    background-color: #f0f0f0;
    border: 2px solid #ccc;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
} */


.mobile-content {
    margin-top: 20px;
}

.browser-frame {
    border: 2px solid #ccc;
    border-radius: 10px;
    /* background-color: #fff; */
    width: 300px;
    height: 400px;
    overflow: hidden;
    text-align: center;
}

.browser-header {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ccc;
}

.browser-content {
    padding: 20px;
}

.browser-content {
    padding: 20px;
}

.mobile-frame {
    border: 2px solid #ccc;
    border-radius: 20px;
    width: 220px;
    height: 400px;
    /* background-color: #e0e0e0; */
    position: relative;
    margin-left: 50px;
    text-align: center;
    overflow: hidden;
}

.camera {
    width: 10px;
    height: 10px;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

/* .camera {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 5px;
    background-color: #333;
    border-radius: 5px;
} */



.mobile-header {
    height: 50px;
    /* background-color: #333; */
    border-radius: 20px 20px 0 0;
}

.mobile-content {
    padding: 20px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 5px;
}

.red {
    background-color: #ff5c5c;
}

.yellow {
    background-color: #ffbd4a;
}

.green {
    background-color: #4caf50;
}

.door-opened {
    border: 2px green;
    color: green;
    /* background-color: #e8f8e8; */
    text-align: center;
    font-size: 1.2em;
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px;
}


.device-object {
    /* border: 2px solid #333; */
    padding: 10px;
    /* border-radius: 10px; */
    /* background-color: #d1ecf1; */
    font-size: 0.9em;
}

.access-row {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.door-image{
    width: 400px;
    height: 400px;
    margin: 0 auto;
    border-radius: 0px; 
}

.instructions {
    margin-top: 20px;
    padding: 15px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
    color: black;
    background-color: #f9f9f9;
}
