body {
 background-image: url("img/bluee.jpg");
 background-repeat: no-repeat;
  background-size: cover;

}


.header {
	font-family: "Cal Sans", sans-serif;
	color: #232f4f;
	text-align: center;
	font-size: 25px;
	padding-top: 11px;
}

th {
    font-size: 20px;
    background-color:#232f4f;
    color:white;
    text-align: center;
    padding:10px;
    font-family: "Cal Sans", sans-serif;
} 

td { 
    text-align: center;
    font-size: 16px;
    font-family: "Jost", sans-serif;
    height: 30px;
    background-color: rgba(255, 254, 252, 0.47);
}


.heading {
    font-family: "Cal Sans", sans-serif;
	color: #232f4f;
	text-align: center;
	font-size: 25px;
	padding-top: 11px;
    
}

.container-div {
   background-color: rgba(255, 254, 252, 0.30);
   width: 35%;
   padding-top: 10px;
   margin: auto;
   font-family:"Jost", sans-serif;
   font-size: 25px;
   color:#232f4f ;
   border-radius: 10px;
   
}

.form-group { 
    padding: 15px;
}

button {
    background-color:#232f4f; 
    color: white;
    padding: 13px;
    border-radius: 10px;
    border: none;
    display: inline-block;
    font-size: 20px;
    font-family:"Cal Sans", sans-serif;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    margin-top: 20px;
    margin-bottom:20px;
}

button:hover {
    background-color:;
}

a:link, a:visited {
    color: white;
    text-decoration: none;
    font-family:"Cal Sans", sans-serif;
}

input[type=text]{
      width: 50%;
      height: 5%;
      border-radius: 4px;
      border: none;
      font-family:"Jost", sans-serif;
}

textarea {
    border-radius: 4px;
    border: none;
    font-family:"Jost", sans-serif;
    width: 50%;
    height: 12%;
    resize: none;
}

select {
    width: 50%;
    height: 5%;
    border: none;
    border-radius: 4px;
    font-family:"Jost", sans-serif;
}



