@font-face {
    font-family: 'Betm Rounded';
    src: url('Betm-Rounded-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sunday Best';
    src: url('Sunday-Best.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1,h2 {
    font-family: 'Sunday Best', sans-serif;
}

body {
    font-family: 'Betm Rounded', sans-serif;
}

h1 {
    color: #007bff;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}

div#page {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 25px;
    border-radius: 10px;
    color: #02071a;
    text-align: center;
}

p {
    font-size: 20px;
    text-align : justify;
}	

div#page1 {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 1px;
    display: block;
    border-radius: 10px;
    color: #02071a;
    text-align: center;
}

#fichier a {    
    border-radius: 10px;
    padding: 10px;
    zoom: 137%;
    color: white;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    align-content: center;
    display: grid;
    zoom: 110%;
    text-align : justify;
}

img {
    height: 850px;
    border-radius: 10px;
    width: auto;
}

.image-container img {
    width: 90%;
    height: auto;
}

div#photo {
    display: flex;
    justify-content: center;
}

div#fichier {
    gap: 125px;
}

#photo img {
    border-radius: 20px;
    width: 70%;
    height: auto;
    margin: 0 auto;
}

iframe {
    width: 560px;
    height: 315px;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 30px;
}

div#blabla {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 600px) {

h1 {
    font-size: 24px;
}

div#page1 {
    max-width: 425px;
    margin: 0 auto;
    padding-top: 1px;
    display: block;
    border-radius: 10px;
    color: #02071a;
    text-align: center;
}

iframe {
    width: 440px;
    height: 240px;
    margin: 0 auto;
}

#page, #page1 {
    max-width: 90%;
    margin: 0 auto;
}
  
.image-container img {
    width: 90%;
    height: auto;
}
  
p {
    font-size: 17px;
}

#photo img {
    border-radius: 20px;
    width: 85%;
    height: auto;
    margin: 0 auto;
}

div#fichier {
    gap: 30px;
}
div#blabla {
    display: flex;
    flex-direction: column;
}
}

@media only screen and (max-width: 1200px) {

div#photo {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

div#blabla {
    display: flex;
    flex-direction: column;
}
}