header {
    padding: 20px 0;
    background-color: #000000;
    background-image: url("img/logo.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}

header h1 {
    color: white;
    padding: 6px 0 0 20px;
    font-weight: bold;
    font-size: 64px;
}