header {
    flex:  0 0 auto;
	padding:  4vh;
	background-color: darkcyan;
	text-align: center;
	text-transform: uppercase;
	border-bottom:  solid 10px rgb(1, 81, 81);
    margin: 100px;
}

h1{
    color: white;
}

h3 {
	text-transform: none;
}

/* Met la police en comic sans , l'agrandit et l'applique qur tout  */
body {
    font-family: "Comic Sans MS";
    font-size: large;
    background-image: url("gif/sky.gif");
    color : lightgrey;
}

/* change tous les éléments p */
#img-div {
    background-color: white;
    margin: 20px;
    border:  solid 5px darkcyan;
    display: flex;
    align-items: center;
}

#img-div img {
    margin: 20px;
    height: 500px;
    border:  solid 5px darkcyan;
}

/* change l'élément pp qui est un p (même s'il y a une balise pour changer tous les éléments du même type, le # donnera toujours la priorité*/
#pp {
    background-color: black;
}

.bubble {
    border-radius: 50%;
    position: absolute;
    width: 100px;
    height: 100px;
    border: solid 2px black;
    background-image : url("gif/meow.gif");
    background-repeat: no-repeat;
    background-size: cover;
}

td {
    border: solid 1px white;
    background-color: darkcyan;
    height: 1px;
}

button {
    height: 90px;
    font-size: 50px;
}

a{
    text-decoration: none !important;
    color: lightgrey;
}