* {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

a, a:hover, a:active, a:visited {
    text-decoration: none;    
}

.bg_wrapper {
    position: absolute;    
    width: 100vw;
    height: 75vh;
    background-image: url(img/bg.png);
    background-position-y: top;    
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    z-index: -1;
}

.main {
    position: relative;    
    top: 27vh;
    color: #1B4778;
}

.flex_center_wrapper {
    display: flex;
    justify-content: space-between;    
    align-items: center;
}

.title {
    margin-bottom: 32px;
    font-size: 84px;
    font-weight: 700;
}

.footer {
    position: absolute;
    bottom: 0;
    padding: 10px 16px;
    color: #fff;    
    background-color: #161D25;
    font-size: 14px;
}

.small_font {
    font-size: 10px;
}