header {
    padding: 5px;
    background-color: #87A4B7;
    border-radius: 5px;
    margin-bottom: 15px;
}

header img {
    width: 40px;
}

header a {
    text-decoration: none;
    color: white;
    display: flex;
    width: min-content;
}

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

header span {
    margin-top: 11px;
}