body{
    /* background: linear-gradient(45deg, rgb(50,50,50), rgb(75,75,75));
    background-repeat: no-repeat;
    background-attachment: fixed; */
    background: radial-gradient(rgba(255,255,255,0.1) 9%, transparent 9%);
    background-size: 12vmin 12vmin;
    background-color: rgb(10,10,10);
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
}

h1{
    text-align: center;
    font-size: 124px;
    font-weight: 900;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

button{
    width: 130px;
    height: 50px;
    border: solid 2px darkgray;
    border-radius: 0;
    cursor: pointer;
    background-color: gray;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.btnLang{
    
    position: absolute;
    margin: 12px auto auto 12px;
    top: 0;
}

.container, .btn, .preklad{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 32px;
    border-radius: 16px;
    gap: 64px
}

.label{
    text-align: center;
}

.container{
    width: 800px;
    height: 10vh;
    background-color: gray;
    gap: 0;
}

.preklad{
    width: 700px;
    height: 10vh;
    background-color: darkgray;
}

#aj , #nj, #cj{
    font-weight: bold;
    font-size: 36px;
}