body {
  font-family: Arial, sans-serif;
  background-color: #681818;
  margin: 0;
}
.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.topnav {
        overflow: hidden;
        background-color: #782828;
      }

      .topnav a {
background-image: linear-gradient(180deg, hsla(0, 59%, 69%, 1) 0%, hsla(0, 40%, 56%, 1) 100%);
  background-image: -moz-linear-gradient(180deg, hsla(0, 59%, 69%, 1) 0%, hsla(0, 40%, 56%, 1) 100%);
  background-image: -webkit-linear-gradient(180deg, hsla(0, 59%, 69%, 1) 0%, hsla(0, 40%, 56%, 1) 100%);
background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
        text-align: center;
        padding: 10% 1%;
        text-decoration: none;
        font-size: 100%;
        text-align: center;
display: inline-block;
        text-align: center;
        text-decoration: none;
        font-size: 20px;
        background-color: #222;
        cursor: pointer;
        width: 100%
      }

      .topnav a:hover {
background: linear-gradient(0deg, hsla(0, 64%, 64%, 1) 0%, hsla(0, 45%, 51%, 1) 100%);
  background: -moz-linear-gradient(0deg, hsla(0, 64%, 64%, 1) 0%, hsla(0, 45%, 51%, 1) 100%);
  background: -webkit-linear-gradient(0deg, hsla(0, 64%, 64%, 1) 0%, hsla(0, 45%, 51%, 1) 100%);
color: #000;
text-fill-color: black;
  -webkit-text-fill-color: black;
  -moz-text-fill-color: black;
display: inline-block;
}
.topnav-main {
background-image: linear-gradient(180deg, hsla(0, 80%, 87%, 1) 0%, hsla(0, 32%, 62%, 1) 100%);
  background-image: -moz-linear-gradient(180deg, hsla(0, 80%, 87%, 1) 0%, hsla(0, 32%, 62%, 1) 100%);
  background-image: -webkit-linear-gradient(180deg, hsla(0, 80%, 87%, 1) 0%, hsla(0, 32%, 62%, 1) 100%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  text-align: center;
}
.grid {
border-collapse: collapse;
table-layout: fixed;
width: 100%;
height: 100%;
align: center;
margin-left: auto;
margin-right: auto;
}
.generic-title {
  border: none;
  background-image: linear-gradient(180deg, hsla(0, 70%, 85%, 1) 0%, hsla(0, 53%, 70%, 1) 100%);
  background-image: -moz-linear-gradient(180deg, hsla(0, 70%, 85%, 1) 0%, hsla(0, 53%, 70%, 1) 100%);
  background-image: -webkit-linear-gradient(180deg, hsla(0, 70%, 85%, 1) 0%, hsla(0, 53%, 70%, 1) 100%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  text-decoration: none;
  background-color: transparent;
  display: block;
  font-size: 32px;
  position: relative;
  font-weight: bold;
}
.generic {
  border: none;
  color: #c87878;
  text-align: center;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  display: block;
  font-size: 20px;
  position: relative;
}