@font-face{font-family:"Inter";src: url("/image/Inter.ttf");}

*{margin:0;padding:0;box-sizing:border-box;font-family:"Inter",serif;}

header{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100px;
    padding: 0 calc((100vw - 1250px) / 2);
    margin-bottom: 35px;
}

header > *{
    margin-right: 35px;
}

header a{
    color: black;
    text-decoration: none;
}

header .name{
    margin-right: auto;
}

header p{
    border-bottom: 2px solid black;
}

.top{
    display: flex;
    justify-content: space-around;
}

.top h1{
    font-size: 54px;
    font-weight: 600;
    max-width: 335px;
}

.top .right{
    max-width: 45%;
}

.top .left{
    max-width: 627px;
}

.top .left h3, .top .left p{
    font-size: 18px;
}

.last{
    margin-bottom: 35px;
}

.awardImages{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 1600px;
}

.awardImages img{
    max-width: 350px;
    margin: 35px 0;
}

.awardImages .left{
    margin-right: -500px;
}

footer{
    display: flex;
    justify-content: space-around;
    margin: 35px 0;
}

footer > div{
    display: flex;
    flex-direction: column;
}

footer .workHistory{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(5, 1fr);
    grid-auto-flow: column;
}

.workHistory h2{
    display: flex;
    align-items: center;
    grid-column: 1 / 3;
    grid-row: 1;
}

footer h2{
    font-size: 24px;
}

p{
    font-size: 21px;
}

.footerAwards{
    display: grid;
}

.footerAwards p{
    line-height: 41px;
}

.footerContacts a{
    display: flex;
    align-items: center;
    color: black;
    text-decoration: none;
    line-height: 41px;
    font-size: 21px;
}

.footerContacts a img{
    margin-right: 15px;
}

.invertColor{
    filter: invert(100%);
}
