body {
  font-family: Arial, sans-serif;
  background-color: #fdfbd4;
  margin: 0;
  height: 100vh;
}


.login-container {
  background: beige;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 300px;
  text-align: center;
}

h1 {
  margin-bottom: 20px;
  color: #333;
}

.input-group {
  margin-bottom: 15px;
  text-align: left;
  max-width: 89%;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}

input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

input:focus {
  border-color: #007BFF;
  outline: none;
}

.btn {
  background-color: #007BFF;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}

.btn:hover {
  background-color: #0056b3;
}

.signup-link {
  margin-top: 15px;
  font-size: 14px;
  color: #666;
}

.signup-link a {
  color: #007BFF;
  text-decoration: none;
}

.signup-link a:hover {
  text-decoration: underline;
}
*{
  margin: 0;
}
body{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-color: #fdfbd4;
  font-family: "Funnel Display", sans-serif;
  box-sizing: border-box;
}
li, a {
  text-decoration: none;
  color: black;
}
header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5%;
  background-color: beige;
}

.nav_links{
  list-style: none;

}
.nav_links li {
  display: inline-block;
  padding: 0px 20px;
  
}
.nav_links li a{
  transition: all 0.3s ease 0s;
  
}
.nav_links li a:hover{
  transition: all 0.3s ease 0s;
  color: gray;
}   
.main_front{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
}
.text{
  background-color: rgba(0,255,255,1);
  font-size: 100px;
  border-radius:10px ;
}
.text1{
  padding-left: 50%;
  font-size: 40px;
}
.whole{
  position: absolute;
  left: 70%;
  top:25%
}

.heading{
  position: absolute;
  width: 700px;
  height: 100px;
  background-color: #0056b3;
  left: 10%;
  top: 40%;
  font-size: 90px;
  border-radius: 10px;
}
.text1{
  position: absolute;
  right: 35%;
  font-size: 20px;
  top: 52%;
  width: 400px;

}
.footer{
  height: 300px;
  background-color: #1e1e1e;
  padding: 0px;
}
.footer{
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 90px;
}
.contentfoot{
  position: absolute;
  font-size: 60px;
  color: aliceblue;
  padding-left: 130px;
  background-color: aqua;
  border-radius:10px ;
}
.lowerfoot{
  position: absolute;
  background-color: #D4FF32;
  width: 430px;
  height: 70px;
  left: 180px;
  top: 150px;
  border-radius:10px ;
  padding-right: 50px;
}

.contentfooteral{
  position: absolute;
  background-color: antiquewhite;
  left: 1200px;
  font-size: 20px;
  border-radius: 10px;
}
.full{
  position: absolute;
  top: 100%;
  width: 100%;
}
