@font-face{
    font-family:"greenway";
    src:url('font/argentum-sans.extralight.ttf')
}
.logo{width:250px;height:auto;margin-bottom:20px;}.hero{position:relative;height:80vh;display:flex;align-items:center;justify-content:center;}.overlay{text-align:center;background:rgba(0,0,0,.6);padding:20px;border-radius:20px;max-width:800px;width:90%;}.hero h1{font-size:1.8rem;margin:20px 0;}.stats{display:flex;justify-content:space-around;margin:20px 0;}.stats div{text-align:center;}.stats h2{font-size:2rem;margin:0;}.stats p{margin:0;font-size:1rem;}.main-button{display:inline-block;background-color:#1a4314;color:#fff;text-decoration:none;padding:12px 24px;font-size:1.2rem;font-weight:bold;border-radius:50px;box-shadow:0 4px 6px rgba(0,0,0,.2);transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;}.main-button:hover{background-color:#0a1a08;transform:scale(1.1);box-shadow:0 6px 10px rgba(0,0,0,.3);}
#status-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-top: 10px;
    position: relative;
    top: -10px; /* Pakeliam tik apskritimą, o ne tekstą */
}

.green {
    background-color: rgb(36, 151, 36);
}

.red {
    background-color: rgb(224, 59, 59);
}
