@charset "UTF-8";
/* CSS Document */

@font-face{
    font-family: "Andale Mono";
    src: url(../font/AndaleMono.ttf);
    src: url(../font/andalemo.ttf);
  }
  
html{	
	background-color: #b9bbbe;
}


body{
	background-color: #b9bbbe;
}

main{
    background-color: #b9bbbe;
        max-width: 1280px;
        margin:0 auto;
        background-color: #b9bbbe;
}

img{
	height: auto;
	width: 80%;
}

article {
font-family: "Andale Mono";
font-size: 1.3em;
text-align: center;
margin-top: 15%;
}

article p{
    margin-top: 5%;
}

#signature{
max-width: 40%;  /* make larger % for mobile */
 margin: 0 auto; 
 margin-top: 30%;
 padding-left:20%;
}

.row2{
margin-top:-25%;
}