body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color: #dcffde;
    margin-left: 10px;
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    width: 100%;
    height: 60px;
    font-size: 35px;
}

h1 {
    margin-top: 0px;
    font-weight: 200;
    text-decoration: underline;
    margin-left: 10px;
    text-align: center;
}

p {
    font-weight: 200;
    margin-left: 10px;
}

.navimg1 {
    height: 60px;
    width: 375px;
}

h2 {
    font-weight: 200;
    margin-left: 10px;
}

.fp-img {
    width: fit-content(50%);
    height: fit-content(50%);
    text-align: left;
}

.row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}

.rowdiv {
    display: flex;
    flex-direction: column;
    align-items: left;
    background-color: rgb(162, 252, 186);
    width: 500px;
    padding: 30px;
    font-size: 1.2em;
    text-align: left;
    border: 2px solid black;
}

.price {
    color: rgb(8, 128, 8);
}

.crossout-price {
    text-decoration: line-through;
    color: gray;
}

a,
a:visited {
    color: black;
    text-decoration: underline;
}

a:hover {
    color: rgb(69, 123, 96);
    text-decoration: overline;
}

.bottom {
    height: 100px;
    width: 100%;
    color: gray;
}

th {
    border: thin solid black;
}

td {
    border: thin dashed black;
}

table {
    text-align: center;
    border-spacing: 10px;
    border: thin solid black;
    align-content: center;
    width: 100%;
    height: 100px;
    background-color: rgb(162, 252, 186);
    padding: 0;
    margin: 0;
}

video {
    height: 500px;
    width: 100%;
    padding: 0;
    margin: 0;
}

.videodiv {
    padding: 0;
    margin: 0;
}