@import 'header.css';

#image {
    border: 5px solid #555;
    border-radius: 10px;
    max-width: 80vw;
    max-height: 70vh;
}

.image-item {
    margin: auto;
    text-align: center;
}

.status_btn {
    background-color: white;
    border: 6px solid red;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 10px;
}

#live_view{
    display: flex; 
    justify-content: center; 
    align-items: center;
    visibility: visible;
}

.content {
    text-align: center;
    padding: 5px;
}

.btn {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 8px 20px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    opacity: 1;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.btn:hover {opacity: 0.8}
.btn:active {opacity: 0.6}

.btn a {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-decoration: none;
}