@charset "UTF-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&display=swap');

nav p {
       font-weight: bold;
       text-align:center;
	   }

body { 
     		background-color:gainsboro; 
     }

h1 { 
	 font-family: 'Fugaz One', cursive;
     background-color: #190139; 
     color: #E1E6FF; 
     font-size: 35px; 
     text-transform: uppercase; 
     text-align: center;
    }

h2 {
	background-color: #190139;
	color: #E1E6FF;
	font-family: 'Fugaz One', cursive;
	font-size: 25px;	
   }

h3 {
	background-color: #190139;
	font-size: 25px;
	color:#E1E6FF;
	font-family: 'Fugaz One', cursive;
   }

p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left: 90px; 
	height: auto; 
  }

.h1box {
	text-align: center;
	color:#E1E6FF; 
		font-size: 20px;	
	 }
.pbox {
	color: #5500A8
	
	  }
li {
	margin-bottom: 20px 
   }

footer {
	text-align: center;
	
	   }

