body {
    background-color: aqua;
    font-family: "Trebuchet MS";
}
.navdiv {
    height: 70px;
    width: 100%;
    left: -1px;
    top: -1px;
    background-color: white;
    position: fixed;
    display: flex;
    justify-content: space-evenly;
}
.navbox {
    text-align: center;
    width: 130px;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 7px;
    background-color:aquamarine;
}
.navimg {
    height: 80%;
    margin-top: 10px;
}
.navlink {
    position:fixed;
    width:130px;
    height:70px;
    z-index: 3;
}
.navspace {
    height: 70px;
}
.bigblock {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 70px;
    text-align: center
}
.smallblocktextleft {
    width: 40%;
    margin-left: auto;
    background-color: aqua;
    padding-left: 20px;
    padding-right: 20px;
}
.smallblockimgright {
    display: flex;
    margin-right: auto;
    width: 30%;
    height: auto;
}
.smallblockimgleft {
    display: flex;
    margin-left: auto;
    width: 30%;
    height: auto;
}
.smallblocktextright {
    width: 40%;
    margin-right: auto;
    background-color: aqua;
    padding-left: 20px;
    padding-right: 20px;
}
.smallblocktextmid {
    width: 70%;
    margin: auto;
    background-color: aqua;
    padding-left: 20px;
    padding-right: 20px;
}
table {
    background-color: white;
    width: 100%;
    text-align: center;
    border: 2px solid gray;
}
td {
    border: 2px solid gray;
    padding: 10px;
}
.bigblocknonflex {
    width: 100%;
    margin: auto;
    margin-bottom: 70px;
    text-align: center
}
input {
    width: 50%;
    padding: 10px;
    margin-bottom: 5px;
}
