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

/* Header */
.header-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 60px;
}