@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Atma:wght@300;400;500;600;700&family=Funnel+Display:wght@300..800&family=Quicksand:wght@300..700&display=swap');

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

.container {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    background-color: beige;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    color: #333;
}

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


#name, #email, #password, #confirm-password {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#submit {
    background-color: #28a745;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
}

#submit:hover {
    background-color: #218838;
}

p {
    text-align: center;
    margin-top: 15px;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
.signupmaindiv{
    position: absolute;
    top: 15%;
    left: 65%;
}
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{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 180px;
    top: 15%;
    left: 10%;
}
.text{
    background-color: rgba(0,255,255,1);
    font-size: 100px;
    border-radius:10px ;
}
.text1{
    padding-left: 50%;
    font-size: 40px;
}
.a1{
    text-decoration: none;
    color: #333;
}
.a1:hover{
    text-decoration: none;
}
.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;
    left: 1200px;
    font-size: 20px;
    border-radius: 10px;
    padding-right: 20px;
}
.lowerfootclass{
    position: absolute;
    top: 100%;
    width: 100%;
}
.text1{
    position: absolute;
    right: 40%;
    top: 50%;
    width: 400px;
    font-size: 25px;

  }