/* Reset default margin and padding */
body {
  background-image: linear-gradient(180deg, rgba(0,0,0,0.2), rgba(54, 54, 54, 0.5),rgb(71, 71, 71) ), url('ScasBG.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  
}

body, h1, h2, p, ul, li {
  margin: 10;
  padding: 2;
  color: aliceblue;
}

h2, p, ul, li {
  position: relative;
  text-align: center;
}

h3 {
  text-align: center;
  margin: 5;
  padding: 0;
}



form{
  
  width: 300px; 
  margin: 66px; 
  padding: 20px;
  border-radius: 5px; 
  box-shadow: 0px 0px 10px rgba(2, 1, 1, 0.3);
  position: relative ;
  text-align: center;
  justify-content: left;
  
  
}

label {
  
  text-align: center;
  position: relative;
  display: block; text-align: left; margin-bottom: 5px;
}

input {
  
  position: relative;
  width: 95%; padding: 8px; margin-bottom: 15px; border: 2px solid #ccc; border-radius: 5px;
  
}



/* Set a modern font */

h1{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h2, h3 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
}
p, ul, li{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}



/* Style the header */
.header {
  position: relative;
  text-align: center;
  color: #fff;
}




/* Style the logo and slogan */
.logo {
  padding: 30px 0;
  z-index: 1;
}

.logo img {
  max-width: 200px; /* Adjust the size of your logo */
  margin: 0 auto 20px; /* Center the logo */
  display: block;
}

.logo2 img {
  max-width: 300px; /* Adjust the size of your logo */
  margin: 0 auto 20px; /* Center the logo */
  display: block;
}



.logo h1 {
  font-size: 36px;
}

.slogan {
  font-size: 18px;
}

/* Style the navigation links as rounded buttons */
nav a {
  display: inline-block;
  padding: 15px 25px;
  margin: 10px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 40px;
}



/* Change link color on hover */
nav a:hover {
  background-color: #0056b3;
}

.course-container h2,
.course-container p {
  color:white;
  

}
 .courseCombo {
  align-items: left;
  width: 50px;
  height: 30px;
  margin: -10px 1px 30px;


 }

 .registration-form {
  margin: -50px 190px 30px;
 }


