@charset "UTF-8";
/* CSS Document */
body {
            background-color:yellow;
			transition: background-color 0.5s ease; /* Effet fluide */
        }
div {
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-style:bold;
	font-size:20pt;
	width:80%;
	height: auto;
	position:absolute;
	left:20px;
	top:10px;
	}
h1{
	transition: font-size 0.5s ease;
	font-size:60pt;
	}

a{
		font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
color: black;
font-style:underline;
	}
@media (max-height:500px){

	}
	
@media (max-width:810px){

	}
	
@media (max-width:400px){

	
	}
	
