body {
    font-family: Arial, sans-serif;
    margin: 20px;
    background-color:rgba(0, 0, 0, 0.856);
    color:#ddd;
}
h1 {
    color: #4CAF50;
}
h2 {
    border-bottom: 2px solid #4CAF50;
    padding-bottom: 5px;
}
.tag-section {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: #f9f9f9;
}
.tag-example {
    background-color: #e0f7fa;
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
}
.code-block {
    background-color: #f4f4f4;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 10px;
    white-space: pre-wrap;
    font-family: 'Courier New', Courier, monospace;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}

html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 62.%;
}

body {
padding: 40px;
}

.btn,
a.btn,
button.btn {
font-size: 1.6rem;
font-weight: 700;
line-height: 1.5;
position: relative;
display: inline-block;
padding: 1rem 4rem;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
letter-spacing: 0.1em;
color: #212529;
border-radius: 0.5rem;
}

a.btn-svg {
font-weight: 700;
line-height: 54px;

width: 204px;
height: 54px;
padding: 0;

cursor: pointer;
text-decoration: none;

background-color: transparent;
}

a.btn-svg svg {
position: absolute;
top: 0;
left: 0;

width: 100%;
height: 100%;
}

a.btn-svg svg rect {
-webkit-transition: all 400ms ease;
transition: all 400ms ease;

stroke: #000;
stroke-width: 2;
stroke-dasharray: 200px, 16px;
stroke-dashoffset: 70px;
}

a.btn-svg:hover svg rect {
stroke-dashoffset: 284px;
}

a.btn-svg span {
color: #000;
}
green {
color:rgba(21, 167, 21, 0.747);
}
body {
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}


/* styles.css */
body {
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 50px;
}

#status {
    font-size: 2rem;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.open {
    background-color: green;
    color: white;
}

.closed {
    background-color: red;
    color: white;
}

button {
    font-size: 1.2em;
    padding-block: .4em;
    padding-inline: 1em 1.5em;
    border-radius: 5rem;
    margin: .5em;
    border: 1px solid;
    background-color: black;
    display:inline-flex;
    align-items: center;
    gap: 0.5em;
    cursor: pointer;
    color: white;

    &:hover img {
        animation: hover .5s ease-in-out;
    }
    img {
        width:2em;
        width: 1lh;
        aspect-ratio: 1;
        height: 1lh;

    }
}

@keyframes hover {
    
    0% {
        translate: 0;
        opacity: 1;
    }
    30% {
        translate: 0 1em;
        opacity: 0;
    }
    60% {
        translate: 0 -1em;
        opacity: 0;
    }
    100% {
        translate: 0;
        opacity: 1;
    }
}

.resizeimage img { width: 100%; }

.resizeiform iform { width: 100%; }

.txt3{
    font-size: 5vmin;
  }
















