.press-start-2p-regular {
  font-family: "Press Start 2P", system-ui, Arial;
  font-weight: 400;
  font-style: normal;
}


body {
	background-image: url("../assets/stars-twinkle.gif");
}

p {
	font-family: Arial;
	font-size: 15px;
	color: white;
	margin-left: 15px;
}

.header-container {
    width: 60%;             
    margin: 40px auto; 
    margin-bottom: 0px;
    padding: 20px;    
    height: 120px;
    background-color: black;
    border: 2px dashed blue; 
}

.title-link a {
    font-size: 45px;       
    font-family: "Press Start 2P", system-ui;
    color: blue;
    text-align: left;
    margin-bottom: 0px;  
    margin-left: 15px;
    text-decoration: none;
}

.page-link a {
	display: inline-block;
	padding: 10px 15px;
    font-size: 12px;       
    font-family: "Press Start 2P", system-ui;
    color: white;
    text-align: left;
    text-decoration: none;
}

.page-link a:hover {
	color: gray;
}


.body-container {
    width: 60%;             
    margin: 40px auto; 
    margin-top: -1px;
    padding: 20px; 
    padding-top: 5px;   
    height: 500px;
    background-color: black;
    border: 2px dashed blue; 
}

.body-container h1{
    font-size: 30px;       
    font-family: "Press Start 2P", system-ui;
    color: white;
    text-align: left;
    margin-left: 15px;
    text-decoration: none;
}
#construction-header {
	font-size: 30px;       
    font-family: "Press Start 2P", system-ui;
    color: yellow;
    text-align: center;
    text-decoration: none;
}

#construction-gif {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: auto;
}
}


