* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    font-size: 62.5%;
}

header {
    background-color: #003D7D;
    display: flex;
    align-items: center;
    height: 15rem;
    padding: 1rem;
    justify-content: center;
    font-size: 2rem;

    font-family: 'Open Sans', sans-serif;
}

#logo a {
    text-decoration: none;
}

#logo a h1 {
    display: flex;
    color: #fff;
    align-items: center;
    margin: auto;
    font-size: 2rem;
}

#logo img {
    width: 15rem;
}
