body {
  margin: 0px;
  background-color: #e40000;
 
}



* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Tondo Corp";
  src: url("Fonts/KunKunDevanagari-Regular.otf");
}
.tondo_font {
  font-family: "Tondo Corp";
}
@font-face {
  font-family: "Tondo Corp";
  src: url("Fonts/Tondo_Corp_Rg.ttf");
}
.tondo_font {
  font-family: "Tondo Corp";
}

@font-face {
  font-family: "Tondo";
  src: url("Fonts/KunKunDevanagari-Regular.otf");
}
@font-face {
  font-family: "Tondo";
  src: url("Fonts/Tondo_Corp_Rg.ttf");
}
.tondo_font_Reg {
  font-family: "Tondo";
}

.header {
  height: 64px;
  background-color: #e40000;
  box-shadow: 0px 2px 2px grey;
  margin-bottom: 2px;
  padding: 10px;
}


.course-menu {
  vertical-align: middle;
  margin-left: 25px;
  color: gray;
}
.header-left {
  display: inline;
  float: left;
  color: white;
  font-size: 30px;
}
.header-right {
  display: inline;
  float: right;
}
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.btn-login,
.btn-signup {
  text-decoration: none;
  border-radius: 10px;
  padding: 10px 20px;
  

 display: inline-block;
 
   position: relative;
 width: 250px;
    
}
.btn-login {
  border: 1px solid gray;
  background-color: white;
  color: black;
  margin-left: 20px;
}
.btn-signup {
  background-color: #ffffff;
  color: #e40000;
  

  
}

.btn-signup:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
  background-color: #921515; /* Green */
  color: white;
}

.footer {
  background-color: #999999;
  color: rgb(255, 255, 255);
  font-family: "Tondo";
  height: 100 px;
  text-align: center;
}

.button1 {
  
  width: 250px;
  font-family: "Tondo";
  font-size: small;

}
.button2 {
  
  width: 50%;
font-family: "Tondo";
font-size: small;
}
.button3 {width: 100%;}












footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 10px;
}

button img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}













