body {
    background: #292c34;
    height: 100%;
    width: 100%;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    color: rgba(0,0,0,.85);
}

h1 {
    color: #ffffff;
}
button {
    border: none;
}

.column {
    display: grid;
    column-count: 1;
}

.row {
    display: flex;
    flex-direction: row;
}

/*button:hover {*/
/*    background-color: #5aa7fc;*/
/*}*/

.button-red {
    background-color: #f55655;
    color: #ffffff;
}

.button-red:hover {
    background-color: #f67d78;
}

.button {
    width: 220px;
    height: 32px;
    background-color: #438efc;
    color: #ffffff;
    border: none;
    /*padding: 5px;*/
    cursor: pointer;
    text-align: center;
    margin: 12px;
    align-content: center;
    font-size: small;
}

.button:hover {
    background-color: #5aa7fc;
}

.button-large {
    width: 240px;
    height: 32px;
}

.button-small {
    width: 60px;
    height: 32px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.btn_start {

}

.content {
    width: 1200px;
}

.block {
    background: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #f0f0f0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.block-header {

}

.block-content {

}

.offer {

}

.row {

}

.text-input {

}

