.light-theme{
    background: white;
}

.dark-theme{
    background:#444;
}

main{
    margin-bottom: 90px;
}

.settings_title{
    margin-top: 25px;
    margin-bottom: 16px;
}

.btn_enter{
    background: linear-gradient(180.00deg, rgb(49, 174, 236),rgb(37, 162, 224) 100%);
    color:white;
}

button.btn_enter.dark-theme{
    background: linear-gradient(180.00deg, rgb(49, 174, 236),rgb(37, 162, 224) 100%);
    border: 1px solid rgb(49, 174, 236);
}


