@import url(http://fonts.googleapis.com/css?family=Calligraffitti);
@import url(http://fonts.googleapis.com/css?family=Orbitron);

body{
    background-color: #000;
    margin: 0;
    padding: 0;
    font-family: Calligraffitti;
    color: white;
    }
   
.spaceman{
    display: flex;
    width: 98%;
    max-width: 508px;
    margin: 50px auto;
    height: 461px;
    text-align: center;
    }  

#pic1, #pic2{
    position: absolute;
    width: 98%;
    max-width: 508px;
    border-radius: 5px;
    }

h1{
    text-align: center;
    margin-top: auto;
    }    

h2{
    text-align: center;
    max-width: 300px;
    font-weight: 100;
    margin: 10px auto;
    }

h3{
    font-weight: 100;
    margin: auto 25px;
    }	

input[type="button"]{
    padding: 10px 8px 8px 8px;
    color: rgb(195, 143, 85);
    background-color: rgb(39, 40, 40);
    border: 2px solid rgba(77, 0, 0, 0.61);
    outline:none;
    border-radius: 6px;
    font-size: 16px;
    font-family: 'Orbitron', sans-serif;
    text-shadow: 1px 1px 2px #000;
    }

input:active[type="button"]{
    padding: 10px 8px 8px 8px;
    color: rgb(195, 143, 85);
    background-color: rgb(39, 40, 40);
    border: 2px solid rgb(2, 39, 136);
    outline:none;
    border-radius: 6px;
    font-size: 16px;
    font-family: 'Orbitron', sans-serif;
    text-shadow: 1px 1px 2px #000;
    }
	
#poopy{width: 100%;
    position: absolute;
    text-align: center;
    z-index: 999;
    }

.innerdiv1{
    width: 100%;
    max-width: 300px;
    margin: auto;
    font-size: 22px;
    }
    
.innerdiv2{
    display: none;
    width: 100%;
    max-width: 300px;
    margin: auto;
    font-size: 28px;
    }

#audiodiv{
    display: table;
    margin: 0 auto;
    }