@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap');
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background: #f5f5f5;
}
.wrapper {
background: #fff000;
margin: auto;
margin-top: 5%;
border-radius: 8px;
box-shadow: -2px 5px 22px 3px rgb(0 0 0 / 50%);
}
nav{
  background: #fff000;
}
nav ul li a{
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-brand
img{
  width: 250px;
  padding: 20px;
}
.class0{
  padding: 10px;
}
.class1{
  background: rgba(0, 0, 0, 0.7);
  padding: 25px;
  height: 100vh;
}
.class1
h1{
  font-size: 25px;
  font-family: 'Raleway';
  color: #fff;
  font-weight: 700;
}
.class1
ul
li
a{
  color: #fff;
}
.class1
label{
  font-size: 20px;
  font-family: 'Raleway';
  color: #fff;
  font-weight: 700;
}
.class1
select{
  font-weight: 600;
  font-size: 22px;
  width: 100%;
}
.class1
ul
li{
  list-style: none;
  background: #fff000;
}
.class1
ul
li
a{
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
.class2 {
  background: #fea700;
  bottom: 0;
  width: 100%;
}
.class2 p{
text-align: center;
padding: 10px;
color: #000;
font-weight: 500;
}
.class2 p span,.class24 p span a{
  font-weight: 700;
  color: #000;
}

.class5{
  padding: 10px;
}
.class6
h2{
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  font-family: 'Raleway';
}
.class6
form
input{
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
}
.class6
form
textarea{
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
}
.class6
button{
  background: #fff000;
  border: none;
  margin-bottom: 50px;
  padding: 10px 50px;
  font-weight: 600;
  transition: all 0.6s;
}
.class6
button:hover{
  background: #ff0000;
  color: #fff;
}

.class7
table
tr
th{
  text-transform: uppercase;
  background: #fff;
}
.class10{
  padding:0 10px ;
}
.class11{
  background: rgba(264, 167, 0, 0.5); 
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  box-shadow:1px 2px 15px 1px rgba(0, 0, 0,0.5);
}
.class11
h1{
  margin-top: 15px;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Raleway';
  color: #000fff;
}
.class11 p{
  font-size: 35px;
  font-weight: 800;
}
.class10
a{
  text-decoration: none;
}

.class15{
  padding: 10px;
  margin-top: 50px; 
  position: relative; 
}
.class15
img{
  border: 1px solid;
}
.class15
buttun{ 
  background: #fff000;
  padding: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.class6
form
select{
  padding: 5px;
  text-transform: uppercase;
}

.class10{
  margin-top: 50px;
}
.class5
h1{
  text-transform: uppercase;
}
.divine
form
input{
  width: 100%;
  height: 50px;
  padding: 10px;
}