@font-face {
    font-family: '4Regular';
    src: url(../fonts/Freesentation-4Regular.ttf) format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: '5Medium';
    src: url(../fonts/Freesentation-5Medium.ttf) format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: '6SemiBold';
    src: url(../fonts/Freesentation-6SemiBold.ttf) format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: '7Bold';
    src: url(../fonts/Freesentation-7Bold.ttf) format('woff2');
    font-weight: 400;
    font-style: normal;
}
body {
    padding: 0 !important;
}
#wrap *{
    font-family: '4Regular';
}

header{
    display: flex;
    justify-content: center;
    box-shadow: rgba(17, 17, 26, 0.3) 0px 2px 6px;
}

header a{
    width: 200px;
    display: flex;
    padding: 1.5rem;
}
header a img{ 
    width: 100%;
}
@media screen and (max-width: 767px) {
    header a {
        width: 155px;
    }
}