*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.Menu-Container{
    background-color: #1f2937;
    color: white;
    display: flex;
    justify-content: center;
    padding: 20px ;
   
    
}

body{
    background-color: #dbd4c5;
}
.Nav-bar{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
   
   
}

.links a{
    color: white;
    text-decoration: none;
    padding: 10px;
    
}



.Header-Container{
    background-color: #1f2937;
    display: flex;
    justify-content: center;
    
}

.Header{
    width: 900px;
    height: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Signup{
    color: #dbd4c5;
    font-size: 30px;
    font-weight: bolder;
}
.Second-Text{
    font-size: 16px;
    color: #dbd4c5;
}

.Sign-Up{
    padding: 5px;
    color: #dbd4c5;
    background-color: black;
    border-radius: 18px
}

.Lucid{
    display: flex;
    justify-content: flex-start;
    width: 900px;
    height: 300px;
    max-width: 1000px;
    margin-left: 100px;
}

h3{
    display: flex;
    justify-content: center;
    font-style: italic;
    font-family: cursive;
    align-items: center;
    margin-top: 25px;
    background-color:#1f2937;
    color:white;
   
}

.Content{
    display: flex;
    align-items:center;
    justify-content: center;
    margin-top: 40px;
    text-align: center;
    font-family: 'sans', serif;
    background-color: #1f2937;
}

.Content-info{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    text-align: center;
    max-width: 1200px;
    gap: 19px;
}

.Design img{
    width: 316px;
    height: 300px;
    margin: 5px 20px 0px 20px;
    object-fit: cover;
    border: 4px solid #dbd4c5;
    border-radius: 15px;
    text-align: center;

}

.Transmission img{
    width: 316px;
    height: 300px;
    margin: 26px 20px 0px 20px;
    object-fit: cover;
    border: 4px solid #dbd4c5;
    border-radius: 15px;
    text-align: center;
}

.Battery img{
    width: 316px;
    height: 300px;
    margin: 26px 2px 0px 20px;
    object-fit: cover;
    border: 4px solid #dbd4c5;
    border-radius: 15px;
    text-align: center;
}

figcaption{
    padding: 10px;
    width: 100%;
    margin: auto;
    text-align:center;
    font-size: 16px;
    font-weight: 400;
    font-family: 'sans', serif;
    color: #dbd4c5;
}

.Extra{
    display: flex;
    justify-content:flex-end;
    text-align: center;
    margin-top: 0;
    font-size: 22px;
    background-color: #dbd4c5;
    padding: 9%;
    color:#1f2937
    
}


span{
    display: flex;
    font-style: italic;
    font-family: cursive;
    font-size: 20px;
    font-weight: 200px;
    color:#1f2937
}

.Order-Container{
    display: flex;
    justify-content: center;
    background-image: url(Images/Lucid\ Air\ Phone\ Wallpaper.jpg);
    background-position: center;
    background-clip: border-box;
}

.Order{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
}

.Enroll{
    border: 15px solid #dbd4c5;
    border-radius: 15px;
    background-color: #dbd4c5;
    margin: 100px 30px 100px 50px;
    padding: 10px;
    text-align: left;
}

.Enrolled{
    color: wheat;
    border-color: #1f2937;
    border-radius: 50px;
    background-color:#1f2937;
    padding: 5px 25px;
    font-size: 15px;
    align-items: flex-end;
    margin-left: 400px;
}

.Footer{
    background-color: black;
    color:#dbd4c5;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
}