/*.full-width {*/
/*    width: 100%;*/
/*}*/

/*.full-height {*/
/*    height: 100%;*/
/*}*/

/*.half-width {*/
/*    width: 50%;*/
/*    display: inline-block;*/
/*}*/

/*.padding {*/
/*    padding: 16px;*/
/*}*/

@font-face {
    font-family: 'Font1';
    src: url('/fonts/title.otf') format('truetype');
}
@font-face {
    font-family: 'Font2';
    src: url('/fonts/text.otf') format('truetype');
}

body {
    margin: 0;
    padding: 0;
    background-color: #ffbba8;
}

.urals-body {
    background-image: url("static/bg.svg");
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    /*background-position: center;*/
}

.container {
    display: flex;
    height: 100%;
}

.column {
    flex: 1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: xxx-large;
    font-family: fantasy;
    box-shadow: none;
}

.column h2 {
    font-size: 72px;
    font-family: Font1;
    margin-bottom: 20px;
    color: #362B4E;
}

.column ul {
    list-style: none;
    margin: 0;
    padding: 0;

    font-family: Font2;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(8, 1fr);
}

.column li {
    margin-bottom: 10px;
    color: #362B4E;
}

.column:last-child {
    border-left: 1px solid rgba(255, 255, 255, 0);
}

.text-style {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}