body, html {
    font-family: "Roboto", "Helvetica Neue", "Arial", "sans-serif";
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, sans-serif;
    background-image: url('../images/hatter.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
    text-align: center;
}
nav {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px;
    text-align: center;
}
nav a {
    color: white;
    text-decoration: none;
    margin: 0 20px;
    font-weight: bold;
    font-size: 120%;
}
nav a:hover {
    text-decoration: underline;
}
.container {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 50px;
    margin: 100px auto 50px auto;
    border-radius: 15px;
    max-width: 1200px;
    width: 95%;
    box-sizing: border-box;

    text-align: center;
    justify-content: center;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 20px;
}
.image-box {
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16 / 9;
    background-color: gray;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 130%;
    margin: 0 auto;
}
.image-text {
    margin-top: 10px;
    font-size: 110%;
}
.pricing-table {
    width: 80%;
    margin: 20px auto;
    border-collapse: collapse;
}
.pricing-table, .pricing-table th, .pricing-table td {
    border: 1px solid white;
}
.pricing-table th, .pricing-table td {
    padding: 30px;
}

#select {
    color: chartreuse;
}
h1 {
    color: rgb(255, 208, 0);
}
p {
    color: rgb(184, 253, 199);
    font-size: 130%;

    text-align: center;
    justify-content: center;
}
.smallText {
    color: rgb(184, 253, 199);
    font-family: sans-serif;
    font-size: 110%;
    margin: 10px;
}
textarea {
    width: 80%;
}
.thumbnails {
    margin: 15px;
}
ul, li {
    text-align: left;
    color: rgb(184, 253, 199);
    font-size: 110%;
}
figure {
    display: inline-block; 
    margin: 10px; 
    text-align: center;
}
.video-section {
    text-align: center;
    justify-content: center;
}
.video-container {
    text-align: center;
    justify-content: center;
}
.skip-link {
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  left: auto;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 1000;
  text-decoration: none;
  font-weight: bold;
}
main a:link {
    color: #0056b3;
    text-decoration: underline;
}
main a:visited {
    color: #800080;
    text-decoration: underline;
}
#email {
    width: 360px;
}
h1, h2, h3 {
    margin-bottom: 5px;
    margin-top: 30px;
}
strong {
    color: rgb(100, 236, 134);
}
th {
    color: rgb(100, 236, 134);
    font-size: 115%;
}
td {
    color: rgb(184, 253, 199);
    font-size: 110%;
}