
body {
  background-color: #ff681f;
  background:radial-gradient(#ff681f,  #FF0040);
}
nav{
height: 44px;
background:radial-gradient(#ff681f,  #7EACE7);

}
.dropdown-item{
background-color: #7EACE7;
}
#login{
position: relative;
float: left;
margin-left: 90%;

font-family: "Audiowide";
}

h1 {
  
  font-family: "Audiowide";
  font-weight: 700;
 position: relative;
   top: 2%;
   width: 100%;
   text-align: center;
   font-size: 38px;
  margin-bottom: 10px;
  color:#0000CD;


}
p{
font-family: "Audiowide";
font-size: 26px;
color:  	#0000CD;
}
form {
  position: relative;
  
   text-align: center;
   font-family: "Audiowide";
   font-size: 26px;
   color:  	#0000CD;
  height: auto;
  
}


input[type="text"] {
  font-size: 26px;
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: none;
  border-left-style: solid;
  border-color: #000;

}

.form-control{
width: 33%;
position: relative;    
text-align: center;
   font-size: 18px;
  height: auto;
margin-left: 33%;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button {
text-decoration: solid;
text-decoration-color: #ff681f;
text-align: center;
  height:32px;
  width:70px;
}
table{
  font-family: "Audiowide";
  

}

td{
  border:1px solid black;
  padding:8px;
  }
  th{
      border:1px solid black;
      
  }
container{
position: relative;
  
   text-align: center;
   
  height: auto;
 
padding-left: 10%;
padding-right:10%
}
hr{
border: 2px solid blueviolet;
}
a{font-family: "Audiowide";
font-size: 20px;
color: purple;


}
a:hover {
text-transform: capitalize;

}
a[href=""] {
color:brown;
}

