.div_logo {
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    align-content: center;
    justify-content: center;
}

.div_logo_img {
    width: 25%;
    height: 25%;
}

@font-face {
    font-family: 'Chicago';
    src: url('assets/fnt/chicago.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.textinfo {
    color: #ffffff;
    font-weight: 400;
    padding-bottom: 0px;
    margin-top: 18px;
    font-family: Chicago, sans-serif;
    font-size: 24px;
    font-style: normal;
    text-align: center;
}
