.luxurious-roman-regular {
  font-family: "Luxurious Roman", serif;
  font-weight: 400;
  font-style: normal;
}
body {
    font-family: "Luxurious Roman", san-serif;
    font-size: 20px;
    margin: 0;
    padding-top: 10px;
    color: #f9f871;
}
a {
    display: inline-block;
    margin: 5px;
    color: #5A87C6;
    text-decoration: none;
}
.altLinks {
    text-decoration: underline;
    color: #b74d73;
}
table {
    width: 100%;
}
tr, td {
    padding: 5px;
    text-align: center;
}
header a:hover, header a:active {
    color: aqua;
    transform: rotate(6deg);
}
header {
    background-color: #2A2A2A;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}
.container {
    display: flex;
    flex-wrap: wrap;
    padding: 100px 2% 2%;
}
.container > div {
    flex: 1 1 45%;
    background: #008B8B;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 45%;
    margin: 2%;
}
.container > .single, h2 {
    flex: 1 90%;
    width: 90%;
    text-align: center;
}
div > img {
    width: 100%;
}
div img:hover {
    scale: 1.1;
}
h2.center {
    display: flex;
    flex-wrap: wrap;
}
footer {
    background-color: #2A2A2A;
    display: block;
    z-index: 999;
    width: 100%;
    padding: 20px;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    width: 100%;
    align-content: center;
}
li {
    width: 100%;
    font-size: 25px;
    text-align: center;
    align-content: center;
}
ol {
    display: block;
    justify-content: left;
    list-style: circle;
    margin: 20px;
}
h2 {
    width: 100%;
    text-align: center;
    font-size: 40px;
}
#warrantyDiv {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #000000;
}