@font-face {
    font-family: 'pressstart2p-regular-webfont';
    src: url('fonts/pressstart2p-regular-webfont.woff2') format('woff2'),
         url('fonts/pressstart2p-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }

#logo-container{
    position: fixed;
    width: 100%;
    text-align: center;
    background-color: white;
    left: 0;
    top: 0;
/*    border:1px solid grey;  */
}

img{
    display: inline-block;
    height: 145px;
    margin: 0 auto;
}

@media 
  (max-width: 600px) { 
  img {
    width: 100%;
    height: auto;
  }
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#text {
	margin: 150px auto 120px;
	width: 60%;
	color: black;
	text-align: center;
	font-size: 16px;
	font-family: "pressstart2p-regular-webfont"

	}
.sharon { 
	height: 350px;
	width: auto;	
	}


.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: white;
   color: black;
   text-align: center;
   font-size: 16px;
   font-family: "pressstart2p-regular-webfont"
}
.footer a {
   margin-left: 25px;
   margin-right: 25px;
}
