body {
    background-color: black;
}

header {
    background-color: rgba(22, 0, 0, 0.819);
    padding: 2em 0 5em 0;
    display: flex;
    justify-content: space-between;
}
h1,h2,h3{
    color: white;
}

h1{
    font-size: 7.5em;
    margin: 0;
    font-family: "Notable", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-left:.6em ;
    
}

h2 {
    font-size:2.5em;
    font-family: "Notable", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
h3{
    font-size: 2.1em;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding-right: .8em;
    text-align: right;
}

p {
    font-size: 1em;
    padding: 2em 20em;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    color: white;
    line-height: 1.8em;
}
.photos {
    max-width: 1350px;
    padding: 1em 0;
}

.gallery{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5em ;
}