body{
    margin: 0;
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    font-size: 20px;
    background-color: rgba(18,18,18,255);
    color: aliceblue;
    
}
.logo{
    color: rgb(255, 78, 78);
}
.toolbar{
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(18,18,18,255);
    color: aliceblue;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid;
    border-color: hsl(208, 100%, 97%,0.2);
    
 
}
.front{  
  background-image: url('background.png');
  background-repeat: no-repeat; 
  background-size: cover;      
  background-position: center;
  padding-top: 20px;   
  padding-bottom: 150px;   
  margin: 0;
}
.links{
    margin-left: 400px;
    margin-right: 400px;

}
.links a {
  text-decoration: none;       
  color: #ffffff;              
  font-weight: 500;           
  padding: 8px 12px;          
  border-radius: 8px;          
  transition: all 0.3s ease;   
}

.links a:hover {
  color: aqua;
}
.p1{
    font-family: 'Inter', sans-serif;
    margin-top: 150px;
    display: flex;
    justify-content: center;
    font-size: 40px;
    padding: 0;
    margin-bottom: 0;
}
.p2{
    margin: 10px;
    font-family: 'Inter', sans-serif;
    display: flex;
    justify-content: center;
    padding: 0;
    font-size: 40px;
    color: rgb(255, 78, 78);
}
.naval{
    display: flex;
    justify-content: center;
    color: rgba(255, 255, 255, 0.73);
}
.button{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
/* From Uiverse.io by alexroumi */ 
button {
 padding: 15px 25px;
 border: unset;
 border-radius: 15px;
 color: #212121;
 z-index: 1;
 background: #e8e8e8;
 position: relative;
 font-weight: 1000;
 font-size: 17px;
 -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
 box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
 transition: all 250ms;
 overflow: hidden;
}

button::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 0;
 border-radius: 15px;
 background-color: rgb(255, 78, 78);
 z-index: -1;
 -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
 box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
 transition: all 250ms
}

button:hover {
 color: #ffffff;
}

button:hover::before {
 width: 100%;
}
.p3{
    font-family: 'Inter', sans-serif;
    
    display: flex;
    justify-content: center;
    font-size: 40px;
    padding: 0;
    margin-bottom: 0;
}
.staff-container {
  display: flex;
  gap: 30px;
  padding: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.staff-box {
  max-width: 300px;
  flex: 1;
}

.rajwant_sisodya {
  background-color: rgb(24, 24, 24);
  color: white;
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
  font-family: sans-serif;
  border: 1px solid rgba(87, 87, 87, 0.51);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease;
}

.rajwant_sisodya:hover {
  transform: scale(1.03);
}

.Stafflist {
  margin: 8px 0;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 4px;
}

.p3 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  color: white;
}

.staff-box2{
    margin-top: 53px;
}
.staff-box3{
    margin-top: 53px;
}

.alex {
  max-width: 800px;
  margin: 100px auto 60px auto;

  padding: 40px;
  padding-left: 10px;
  background-color: #111111;
  border-top: 1px solid rgba(200, 200, 200, 0.4);
  color: #444;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-family: "Segoe UI", sans-serif;
}

.disclaimer-text {
  margin: 0;
}
