/*Access here is prohibited,except for Ypologistanthropoiki */
.box{
    width:100%;
    height:100vh;
    justify-content:center;
    display:inline-flex;
    align-items:center;
}
.box .sbox{
    display:block;   
    width:95%;
    height:95%;
}
.box .sbox a{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    width:100%;
    height:6vh;
    background:var(--theme-bc);
    border-radius:50px;
    margin-bottom:2%;
    font-weight:200;
}
.box .sbox a:hover,.box .sbox:focus{
    border:2px solid var(--theme-c);
    font-weight:900;
}