body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-image:url("SCIFIBG.jpg")

   

}



}
.Header{
	background: rgba(255,255,255,0.6);
	border-radius:20px;
	padding: 20px;
}

main {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
img {
	   border: 5px solid rgba(0,0,0,0.6);
       border-radius:10px;
}
section {
    margin-bottom: 20px;
}

h1, h2 {
    color: white;
}

p {
	text-align: justify;
	color: black;
	font-size:20px;
    line-height: 1.5;
    line-height: 200%;
}

footer {
    text-align: center;
    padding: 10px;
    background-color: #333;
    color: #fff;
}
h2, h1 {
text-align: center;color: white;font-size:24px;
}
h1 {
	font-size:35px;
}
 h3   {
text-align: justify;color: black;font-size:24px;
}
#navbar {
  overflow: hidden;
  background-color: rgba(150,150,150,0.96);
  border-radius:10px;
  padding:5px;
  
}

/* Navbar links */
#navbar a {

  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

nav {font-family:arial; text-align:center; font-size: 20px;}
button {color: #333;}
border-radius: 30px;

table {
  border: 2px;
  border-collapse: collapse;
  border-spacing: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 10px;

}
i {
	color: blue;
}
th, td {
  border: 0px;
  border-collapse: collapse;
  border-spacing: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 10px;

}

        header {
            background-color: rgba(255,255,255,0);
            color: #fff;
            padding: 10px;
            text-align: center;
			border-radius: 30px;
        }

                
        section {
            padding: 20px;
            color: #f2f2f2;
            
        }

        .story {
            background-color: white;
            padding: 15px;
            margin-bottom: 20px;
            opacity: 1;
			 border-radius: 30px;
        }

        .story h3 {
            color: black;
        }

        .story p {
            color: black;
        }
		
	
		
		
		