table {
    width: 100%;
    padding: 5px;
    border-radius: 3px;
}
table, th, td {
    margin-left: auto;
    margin-right: auto;
    background-color: #0050a2;
    color: white;
    font-family: "Bangers", system-ui;
    font-weight: 400;
    font-style: normal;
}
th {
    font-size: 24px;
    border-bottom: 2px solid white;
    padding: 5px 1%;
}
td {
    font-family: sans-serif;
    font-size: 15px;
    border-bottom: 1px solid white;
    padding: 2px 10px;
    font-weight: 600;
    height: 60px;
}


.company-name {
    font-size:40px !important;
    font-family: "Bangers", system-ui;
    font-weight: 400;
    font-style: normal;
    padding: 0;
}
.company-name:hover {
    text-decoration: none !important;
}
.padding-0 {
    padding: 0 !important;
}
.margin-left-0 {
    margin-left: 0 !important;
}
.main-nav {
    height: 200px;
    display: flex;
    align-items: center;
    background-color: #0050a2;
}
@keyframes shake1 {
    0% { transform: translateX(0); transform: rotate(0); }
    25% { transform: translateX(5px); transform: rotate(25);  }
    50% { transform: translateX(-5px); transform: rotate(-25);  }
    100% { transform: translateX(0); transform: rotate(0); }
}
.main-nav img {
    width: 200px;
}
.no-zoom:hover {
    animation: shake1 0.8s !important;
    transform: scale(1) !important;
}
.main-nav a {
    color:white;
    text-decoration: none;
    font-family: "Bangers", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    padding: 2px 25px;
}
.main-nav div {
    display: flex;
}
.main-nav a:last-child {
    padding-right: 50px !important;
}
@keyframes shake {
    0% { transform: translateX(0); transform: rotate(0); }
    25% { transform: translateX(5px); transform: rotate(25);  }
    50% { transform: translateX(-5px); transform: rotate(-25);  }
    100% { transform: translateX(0); transform: rotate(0); transform: scale(1.1); }
}
.main-nav a:hover {
    transform: scale(1.1);
    animation: shake 0.8s;
    text-decoration: underline;
}
.right {
    margin-left: auto;
}

.banger {
    font-family: "Bangers", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
}
.center {
    text-align: center;
}
.title-color {
    color: whitesmoke;
    background-color: white;
    text-shadow: -2px -2px 0 #0050a2, 2px -2px 0 #0050a2, -2px 2px 0 #0050a2, 2px 2px 0 #0050a2;
}
.head-banger {
    padding: 50px 10%;
}
.head-banger img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width:200px;
}
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
.market-text {
    opacity: 0;
    animation: fadeIn 4s forwards;
    padding: 50px 10%;
    padding-top: 0px;
    font-family: sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}
.the-meat {
    width:100%;
    padding: 0 0;
    padding-bottom: 50px;
}
.page-index {
    display: flex;
    font-size: 18px;
}
.page-index div{
    margin-left: auto;
    margin-right: auto;
}
.buy {
    background-image: url("/static/images/fishyfish.png");
    background-size: 90%;
    background-position: 15 0;
    background-repeat: no-repeat;
    cursor: pointer;
    color:white;
    text-align: center;
    font-family: sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    width: 100%;
    height:60px;
    background-color: snow;
    border: 1px solid black;
    border-radius:4px;
}
.buy:hover{
    background-size: 100%;
    background-position: 0;
    background-color: #004892;
    border: 1px solid white;
}
.buy span {
    height: 100%;
    width: 100%;
    display: block;
    align-content: center;
    
}
.buy span:hover{
    scale: 1.2;
    text-shadow: 2px 2px 5px black;
}
@keyframes fishMove {
    to {
        background-position: -150 0;
    }
}

.buy:focus{
    animation: fishMove 0.3s forwards;
}
.buy:active{
    animation: fishMove 0.3s forwards;
}
@keyframes dollarMove {
    to {
        opacity: 0;
        margin-left: -150
    }
}
.buy:focus span{
    animation: dollarMove 0.3s forwards;
}
.block {
    width:130px;
    display: block;
}
.merica-the-free {
    padding: 0;
    overflow: hidden;
    background: linear-gradient(90deg, #041E42 20%, #9b1c2c 100%);
}
.lofty {
    z-index: 1;
    position: absolute;
    top:412px;
    left: 50%; 
    transform: translate(-50%, 0%);
    background-color: rgb(255,255,255,.9);
    width:50%;
    padding-bottom: 35px;
}
.banner {
    z-index: 1;
    position: absolute;
    top:412px;
    left: 50%; 
    transform: translate(-50%, 0%);
    background-color: rgb(255,255,255,.9);
    width:50%;
    height: 425px;
}
.asshole-form {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    font-family: sans-serif;
    font-weight: 600;
    font-style: normal;
}
.asshole-form input {
    width: 100%;
    height:25px;
}
.asshole-form select {
    height: 30px;
}
.asshole-form textarea {
    width: 100%;
}
.asshole-form p {
    color:#9b1c2c;
    font-size: 14px;
    font-weight: 400;
}
.asshole-form button {
    padding: 5 10;
    cursor: pointer;
}
.asshole-form button:hover {
    color: #0050a2;
    text-shadow: none;
}
.asshole-form a{
    color: #0050a2;
    padding: 5 10;
}
.asshole-form a:hover {
    color:whitesmoke;
    background-color: white;
    text-shadow: -2px -2px 0 #0050a2, 2px -2px 0 #0050a2, -2px 2px 0 #0050a2, 2px 2px 0 #0050a2;
}
.button-holder {
    align-items: center;
    justify-content: center;
    display: flex;
}
.langston {
    color:#9b1c2c;
    font-size: 20px;
    font-weight: 400;
    font-family: sans-serif;
}
.divider {
    display: block;
    width: 100%;
    border-bottom: 5px dashed #0050a2;
}
.order-container {
    width: 100%;
    overflow: scroll;
}
.order-container th{
    font-size: 14px;
}
.order-container td {
    font-size: 12px;
}