/*
                   _   _             , __          _         
  () |o           | | | |           /|/  \o       | |                /\         
  /\/|    __   _  | | | |  _   ,     |___/        | |  _   ,   	 )  ( ')  
 /   ||  / / _|/  |/  |/  |/  / \_   |    |  /\/  |/  |/  / \_ 	(  /  )
/(__/ |_/ /_/ |__/|__/|__/|__/ \/    |    |_/ /\_/|__/|__/ \/****\(__)|
           /|                                                 
           \|                                                  
    
  */


  body {

  background-color: lightpink;

}

h1 {

	font-family: "Andale Mono", cursive;
	color: white;
	font-size: 40pt;
	text-align: center;
}

h2 {

	text-align: center;
	font-family: "Menlo", cursive;

}

h3 {

	text-align: center;
	font-family: "Andale Mono", cursive;
}

a:hover {

	color: white

}

div {

  width: 630px;
  height: 300px;
  margin-left:500px;
  margin-top:50px ;
  border: 5px solid white;
  display: inline-block;
  position: relative;
}
 .non-des {
  width: 630px;
  height: 300px;
  margin-left:650px;
  margin-top:50px ;
  border: 5px solid white;
  position: absolute;

 }


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200pt;
}


.re_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 600pt;
}


.center-ascii {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 800pt;
}


.center-mh {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 500pt;
    margin-top: 10pt;
    margin-bottom: 10pt;
}

.center-s {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 800pt;
    margin-top: 10pt;
    margin-bottom: 10pt;
}

.mobile-w {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 400pt;
    margin-top: 10pt;
    margin-bottom: 10pt;
}

.des-pic {

    width: 400pt;
    margin-top: 10pt;
    margin-bottom: 10pt;
    margin-left: 50pt;
}

ul {

	text-align: center;
	list-style-type: none;
  padding: 0;
}

li {
  display: inline;

}


    li a:hover {
    background-color: black;
    text-decoration: underline;
  }

p {

	text-align: center;
	color: white;
}
