* {
	font-family: 'DM Sans', sans-serif;
	margin: 10px;
	padding: 0;
}

body {
    background-color: #F1E9E9;
}

a {
    text-decoration: none;
    text-transform: uppercase;
    margin: 50px;
    background-color: #C4F21C;
    box-shadow: 0 0 10px 10px #C4F21C;
    border-radius: 15px;
    color: black;
    font-weight: 500;
    font-size: 2em;
}


nav { 
    display: flex; 
    justify-content: space-between; 
}

#source {
	text-decoration: none;
    text-transform: uppercase;
    background-color: none;
    box-shadow: 0;
    border-radius: 0;
    margin: 0;
    font-style: italic;
    font-size: 10px;
}

div{
	margin-bottom: 50px;
}

h1 {
    font-size: 230px;
}

h2 {
    font-size: 55px;
}

h3 {
    font-size: 40px;
    font-style: italic;
}

p{
	padding: 10px;
	font-size: 25px;
	background-color: #C4F21C;
    box-shadow: 0 0 70px 700px #C4F21C;
    border-radius: 15px;
}

#glyphs {
	font-size: 70px;
	background-color: #F1E9E9;
    box-shadow: 0 0 70px 700px #F1E9E9;
    border-radius: 15px;
}

blockquote{
    text-align: right;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
}

img{
	display: block;
	margin: 0 auto;
	width: 100%;
}

#lettreA {
	margin-top: 30px;
}

#regular{
   font-family: 'DM Sans', sans-serif;
   font-size: 50px;
   font-weight: 400;
   width: 70%;
   box-sizing: border-box;
   background-color: none;
}

#medium{
   font-family: 'DM Sans', sans-serif;
   font-size: 50px;
   font-weight: 500;
   width: 70%;
   box-sizing: border-box;
   background-color: none;
}

#bold{
   font-family: 'DM Sans', sans-serif;
   font-size: 50px;
   font-weight: 700;
   width: 70%;
   box-sizing: border-box;
   background-color: none;
}





@media all and (min-width: 550px){
 
.global{
 
 max-width : 900px;
 margin: 0 auto;


}
    }






