@font-face {
    font-family: 'Helvetica Neue';
    src: url('assets/fonts/HelveticaNeue.woff2') format('woff2'), url('assets/fonts/HelveticaNeue-01.ttf') format('truetype');
}

body {
    background-color: transparent;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    margin: 0;
    padding-right: 0;
    border: 0;
    border-right: 0;
    margin-right: 0;
    font-family: 'Helvetica Neue';
    color: #e6e6e6;
    font-size: 17px;
    font-weight: 400;
    line-height: 21.6px;
    /* text-shadow: 6px 3px 7px rgba(0%, 0%, 0%, 0.7); */
}

p {
    font-family: 'Helvetica Neue';
    font-weight: 400;
    color: #e6e6e6;
}

a {
    font-family: 'Helvetica Neue';
    font-weight: 400;
    color: #e6e6e6;
}

h1 {
    line-height: 33px;
    font-size: 23px;
    font-weight: 400;
    color: #e6e6e6;
}

td {
    font-family: 'Helvetica Neue';
    font-weight: 400;
    color: #e6e6e6;
}

#app {
    padding: 0;
    margin: 0;
    border: 0;
}

.hello {
    z-index: 100;
    position: fixed;
    width: 100vw;
    margin-top: 5vh;
    overflow: auto;
    padding-bottom: 40px;
    height: auto;
}

.infos {
    line-height: 21.6px;
    font-weight: 400;
    height: auto;
    margin: 0;
    margin-bottom: 11.4px;
}

a:hover {
    color: #fff400;
    text-decoration: none;
}

.linkExpo {
    color: #e6e6e6;
    transition: color 0.5s;
}

.linkExpo:hover {
    color: #fff400;
    font-style: normal;
}

.hiddenBlock {
    height: 1px;
}

.year {
    padding-right: 20px;
    padding-bottom: 0;
    padding-top: 0;
    text-align: left;
}

td {
    vertical-align: baseline;
    font-family: 'Helvetica Neue';
    font-weight: 700;
}

@media (max-width: 576px) {
    body {
        font-size: 15px;
        line-height: 19px;
        font-weight: 400;
    }
    .hiddenBlock {
        height: 1px;
    }
    h1 {
        font-size: 20px;
        line-height: 23px;
        font-weight: 400;
    }
    .year {
        text-align: left;
        padding-right: 10px;
    }
    a {
        font-weight: 400;
    }
    p {
        font-weight: 400;
    }
    td {
        font-weight: 400;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 15px;
        line-height: 19px;
        font-weight: 400;
    }
    .hiddenBlock {
        height: 1px;
    }
    .infos {
        margin-bottom: 4px;
        line-height: 19px;
        font-weight: 400;
    }
    h1 {
        font-size: 20px;
        line-height: 23px;
        font-weight: 400;
    }
    a {
        font-weight: 400;
    }
    p {
        font-weight: 400;
    }
    td {
        font-weight: 400;
    }
}