header {
    background-color: #1A2E3B;
    height: fit-content;
    padding-bottom: 10px;
}

.name {
    display: flex;
    align-items: center;
}

header h1 {
    padding-left: 10px;
}

header h1 a {
    color: #D94F3B;
    text-decoration: none;
}

header h2 {
    margin-left: auto;
    padding-right: 10px;
}

header h2 a {
    color: #D94F3B;
    text-decoration: none;
}

header ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

header li {
    width: 33.3%;
    text-align: center;
}

header li a {
    text-decoration: none;
    color: #F8F5F0;
}