@font-face {
    font-family: 'Century Gothic';
    src: url('CenturyGothic-Bold.eot');
    src: local('Century Gothic Bold'), local('CenturyGothic-Bold'),
        url('CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('CenturyGothic-Bold.woff') format('woff'),
        url('CenturyGothic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.february_23_body {
    margin-top: 80px !important;
}

.february_23_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 80px;
    box-sizing: border-box;
    z-index: 1000;
    background: black url('february_23_background.png') no-repeat;
    background-position: center;
    background-size: cover;
}

.february_23_content {
    display: flex;
    color: white;
    font-family: 'Century Gothic';
    font-weight: bold;
    height: 80px;
    max-width: 1100px;
    margin: auto;
    align-items: center;
}

.february_23_close {
    display: block;
    width: 40px;
    height: 40px;
    color: white;
    font-size: 20px;
    line-height: 100%;
    position: absolute;
    right: 5px;
    text-align: right;
    font-weight: bold;
}