@charset "UTF-8";
/* CSS Document */
    @font-face {
    font-family: 'robotoblack';
    src: url('/fnt/Roboto/roboto-black-webfont.woff2') format('woff2'),
         url('/fnt/Roboto/roboto-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('/fnt/Roboto/roboto-bold-webfont.woff2') format('woff2'),
         url('/fnt/Roboto/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('/fnt/Roboto/roboto-light-webfont.woff2') format('woff2'),
         url('/fnt/Roboto/roboto-light-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('/fnt/Roboto/roboto-regular-webfont.woff2') format('woff2'),
         url('/fnt/Roboto/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotothin';
    src: url('/fnt/Roboto/roboto-thin-webfont.woff2') format('woff2'),
         url('/fnt/Roboto/roboto-thin-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
h2 { 
    font-family: 'robotoblack';
}
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 400px;
    width: 95%;
    background-color: #EFEFEF;
    margin: auto;
}
.bottom-div {
    width:100%;
    margin-top: auto;
}
.impr {
    font-family: 'robotothin';
    padding: 10%;
    text-align: center;
    align-items: center;
}
