#header-img {
  width: 60px;
  height: auto;
}

#header{display: flex;
        justify-content: space-between;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1;
        background-color: rgb(210, 208, 208);
        padding: 10px 20px;
        align-items: center;
        box-sizing: border-box;}

#order{display: flex;
        justify-content:center;
        gap: 10px;
        margin-bottom: 0px;
        align-items: stretch;}

#order-buttons{display: flex;
        justify-content:center;
        gap: 10px;
        margin-top: 0px;
        align-items: stretch;}

#models{text-align: center;
        padding: 40px;}

#video{display: block;
    margin: auto;
    height: 300px;
    width: 500px;}

.nav-link{text-decoration: none;
        padding: 20px;
        color: black;}

h1{font-size: 20px;
    flex: 1;
    margin-left: 20px;}

form{text-align:center;
    margin-top: 90px;}

body{background-color: rgb(210, 208, 208);
    font-family:Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;}

.order1{text-align:center;
        background-color:white;
        border: 1px solid black;
        border-bottom: none;
        width: 300px;
        height: 250px;
        box-sizing: border-box;}

.order2{text-align:center;
        background-color:white;
        border: 1px solid black;
        border-top:none;
        width: 300px;
        padding: 10px;
        box-sizing: border-box;}

.footer1{display: flex;
        justify-content:flex-end;
        gap: 10px;
        margin-bottom: -20px;}

footer{background-color: rgb(170, 167, 167);
        text-align: right;
        margin-bottom: -20px;
        margin-left: -20px;
        margin-right: -20px;
        padding-right: 40px;
        padding-bottom: 20px;
        margin-top: 40px;}

.feature-list{list-style: none;
            padding-left: 20px;
            padding-right: 20px;
            text-align: left;}

li{text-align:center;}

@media (max-width: 768px) {
  #order {
    flex-direction: column;
  }
}

#email{width: 200px;}

.submit{height: 30px;
        width: 130px;
        font-weight: bold;
        background-color: rgb(237, 191, 41);
        border: none; }

#features{width: 700px;
        margin: auto;}

h4{background-color: rgb(192, 190, 190);
    padding: 10px;
    margin-top: 0px;}

.submit a { text-decoration: none; color: black; }

.select a { text-decoration: none; color: black; }

.select{height: 30px;
        width: 100px;
        font-size: 15px;
        background-color: rgb(247, 211, 91); 
        border: none;
        margin:auto;}

h3{margin-bottom: -10px;
    margin-top: 40px;}