header {
    background-color: #eb1410;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav {
    width: 75%;
    display: flex;
    justify-content: space-around;
}

header nav a{
    font-size: 20px;
    color: white;
    text-decoration: none;
}

header nav a:hover {
    text-decoration: underline;
}

header img {
    padding: 10px 0;
}