body {
    display: flex;
    flex-direction: column;
    /*align-content: center;*/
    justify-content: center;

    background: #d4d3eb;
    text-align:center;
    box-sizing: border-box;
    padding: 0;
    font: 18px/1.7 'Open Sans', sans-serif;
    
    /*display: grid;*/
    /*place-items: center;*/
    min-height: 100vh;
    max-width: 600px;
    margin: 0 auto;
    /*color: rgba(0, 0, 0, .6);*/
    /*color: #dfb75200;*/
    /*background-image: linear-gradient(black, white);*/
    background-image: url("/images/vskbg171025.png");
    background-image: url("/images/vskbg112024.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: #ecf0e6;
}
header {
    display: grid;
    place-items: center;
}
h1,h2 {
    font-size: 18px;
}
a {
    margin: 2rem;
    
    color: #fff;
    text-decoration: none;
    border: 2px;
    border-radius: 20px;
    background: #30d41b;
    padding: 0.2rem 1rem 0.2rem 1rem;
}
:link:hover {
    box-shadow: 5px 5px 50px #009000;
}
a {
    /*background: rgba( 62, 111, 9, 0.25 );*/
    background: rgb(84 153 11 / 80%);
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
/*-webkit-backdrop-filter: blur( 4px );*/
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
/*backdrop-filter: blur(15px);*/
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}