@font-face{
	font-family: Atari; src: url('sf-atarian-system/Atarian/SF-Atarian-System.ttf'); 
}
body {
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
	
	background-image: url('retroBackground.jpeg');
    background-size: cover;

}
h1{
	font-size: 75px;
	font-family: Atari;
	color: #6464de;
	text-shadow: 1px 1px 3px #ffffff
}
p{
	font-size: 30px;
	font-family: Atari;
	color: #6464de;
	text-shadow: 1px 1px 3px #ffffff
}
button {
	width: 250px; 
    height: 112px; 
    margin: 5px; 
    background-color: #47035c; 
    color: #910000; 
    border: none; 
    border-radius: 5px; 
    cursor: pointer; 
    font-size: 45px; 
	font-family: Atari;
	text-shadow: 1px 1px 3px #ffffff
}
.footer{
	position: fixed;     
    text-align: center;    
	bottom: 0px; 
	width: 100%;
	font-size: 15px;
	color: white;
}
.links{
	position: fixed;     
    text-align: right;    
	bottom: 0px; 
	width: 100%;
	font-size: 15px;
}
a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: yellow;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
