* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: rgba(195, 210, 224, 0.475);
}

.Nav{
    background-color: rgb(195, 210, 224);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
}

.Nav header {
    font-size: 24px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.Nav ul, a{
    display: flex;
    list-style: none;
}


.Nav ul li {
    margin-left: 30px;
}

.Nav header ul li, a{
    text-decoration: none;
    color: black;
}

.Nav ul li {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    padding: 5px 10px;
    transition: color 0.3s;
}

.images {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-wrap: wrap; 
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.images img {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    width: 100px; 
    height: auto;
    border-radius: 8px;
}

.Nav img{
    width: 20px;
    height: auto;
}

.content label, h4{
    text-align: center;
    justify-content: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.content {
    display: flex;
    flex-direction: column;  
    justify-content: center;  
    align-items: center;      
    text-align: center;       
    padding: 30px;
    max-width: 900px;         
    margin: 0 auto;           
}

.content label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.content h4 {
    font-size: 12px;
    line-height: 1.6;
}

.sponsors {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

.sponsors img {
    width: 40px;
    height: auto;
    padding: 10px;
}

footer{
    background-color: rgb(195, 210, 224);
    align-items: center;
    text-align: center;
    padding: 10px 50px;
}


/*---Prodcuts---*/
.Products-label {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: larger;
    font-weight: bold;
    margin: 20px 0;
}

.image-products{
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: flex-start;
    padding: 10px;
}

.image-products img{
    border: 1px solid #000000;
    border-radius: 5px;
    border-style: dashed;
    background-color: rgb(174, 200, 224);
    mix-blend-mode: multiply;
}
    
.add-cart-btn {
    margin-top: 8px;
    padding: 6px 12px;
    background-color: rgb(0, 0, 0)0;
    color: rgb(0, 0, 0);
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.2s ease-in-out;
}

.product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 4px;
}

.product-card img {
    border: 1px dashed #000;
    border-radius: 5px;
    background-color: rgb(0, 0, 0);
    mix-blend-mode: multiply;
}

.add-cart-btn:hover {
    color: white;
    background-color: #3a4969;
}

.checkout{
    text-align: center;
    justify-content: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: large;
}

/*signup*/
form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    width: 400px;
    padding: 20px; 
    border: 2px solid  rgba(195, 210, 224, 0.155);
    border-color:rgba(174, 200, 224, 0.098);
    border-radius: 8px;
    background-color: rgba(195, 210, 224, 0.379);
}

form {
    background-image: url(background.jpg);
    opacity:0.8;
    image-rendering: crisp-edges;
}

form label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}

form input {
    display: block;
    text-align: center;
    width: 250px;
}

form button{
    padding: 1px;
    margin-top: 1px;
    width: 100px;
}

option[value="2"]{
    color: red;
}
option[value="3"]{
    color: rgb(255, 0, 238);
}

.menu h4{
    background-color: rgba(174, 200, 224, 0.258);
}

content .cart{
    background-color: rgba(174, 200, 224, 0.258);
    align-items: center;
    text-align: center;
    padding: 10px 50px;
}

.cartoptions {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin: 4px;
}

.cartoptions img {
    border: 1px dashed #000;
    border-radius: 5px;
    background-color: rgb(0, 0, 0);
    mix-blend-mode: multiply;
}

