header {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    gap: 20px;
}
header h1 {
    font-size: 50px;
}