h1 { 
color: black; 
font-size: 90px; 
/*padding: 10px;*/
font-family: 'Georgia'; 
font-weight: bold;
/*margin-height: 15px
margin-bottom: 15px;*/
text-align: center;
/*position: relative;*/
margin: 0px;
}

p { 
color: black; 
font-size: 20px; 
/*padding: 10px;*/
font-family: 'tahoma'; 
font-weight: regular;
margin: 10px;
text-align:center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
/* !!!! */

.header-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-height: 15px;
    margin-bottom: 15px;
    font-weight: regular;
    font-size: 120px;
    color: white;
}
.header-subtitle{
    display: flex;
    font-weight: regular;
    font-size: 18px;
    text-align: center;
    text-decoration: none
}

/* !!!!! */

.headerAmelie{
    /*width: 100%;*/
    min-height: 100vh;
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
    background-image:url("Amelie-Scene.avif");
    background-size: cover;
    background-position: center;
    /* object-fit: cover; */
    background-repeat: no-repeat;
    background-attachment: fixed ;
}

.headerKillBill{
    /*width: 100%;*/
    min-height: 100vh;
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
    background-image:url("Kill Bill-Scene.webp");
    background-size: cover;
    background-position: center;
    /* object-fit: cover; */
    background-repeat: no-repeat;
    background-attachment: fixed ;
}

.headerDrowningLove{
    /*width: 100%;*/
    min-height: 100vh;
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
    background-image:url("Drowning Love-Scene.jpg");
    background-size: cover;
    background-position: center;
    /* object-fit: cover; */
    background-repeat: no-repeat;
    background-attachment: fixed ;
}

.headerCoco{
    /*width: 100%;*/
    min-height: 100vh;
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
    background-image:url("Coco-Scene.webp");
    background-size: cover;
    background-position: center;
    /* object-fit: cover; */
    background-repeat: no-repeat;
    background-attachment: fixed ;
}

.headerMatrix{
    /*width: 100%;*/
    min-height: 100vh;
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
    background-image:url("Matrix-Scene.png");
    background-size: cover;
    background-position: center;
    /* object-fit: cover; */
    background-repeat: no-repeat;
    background-attachment: fixed ;
}

.headerTitanic{
    /*width: 100%;*/
    min-height: 100vh;
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
    background-image:url("Titanic-Scene.avif");
    background-size: cover;
    background-position: center;
    /* object-fit: cover; */
    background-repeat: no-repeat;
    background-attachment: fixed ;
}

