body {
    /*background-image: url("https://bookmakers-uz.com/wp-content/uploads/completion-2-820x330.jpg"); */
    
}
#login-window {
    width: 98vw;
    height: 98vh;
    display: flex;
    justify-content: center;
}

#login-button {
    height: 6vh;
    width: 14vw;
    margin-bottom: 5px;
}

#signin-button {
    height: 6vh;
    width: 14vw;
    margin-bottom: 5px;
}
.btn-lgn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5px;
    width: 30%;
}
.auto-block{
    padding: 10px;
}
.pencil-block {
    display: flex;
    justify-content: center;
    height: 30vh;
    text-align: center;
}

.pencil-view {
    height: 20vh;
    width: 99vw;
}

#pencil-gif {
    height: 20vh;
}

#main-content {
    height: 85vh;
}

#main-view {
    display: flex;
    align-items: center;
    justify-content: center;
}