html {
  background-color: white;
}

.coral-pixels-regular {
  font-family: "Coral Pixels", serif;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, .special, .footer {
  font-family: "Coral Pixels", serif;
}

/*footer refers to both the message and anti-ai precaution*/

footer {
  padding: 20px;
  color: #cfcfcf;
}

/*.footer refers to specifically the sweet message*/

.footer {
  padding: 20px;
  opacity: 0.5;
}

/*link styles*/

a:link, a:visited {
  color: #024bbb;
}

a:hover, a:focus {
  text-decoration: none;
  color: #024bbb;
}

.home {
  display: flex;
  border: 1px dashed #024bbb;
  width: 45px;
  padding: 3px;
  margin: 20px 20px;
}

/*Main body, text alignment stuffs*/
/*should be in this order: color, font, width, padding, margin*/

h1 {
  font-size: 230%;
}

body {
  color: black;
  font-family: "Helvetica", sans-serif;
  width: 1000px;
  margin: 30px auto;
}

div {
  margin-left: auto;
  margin-right: auto;
}

/*table style*/

table, tr, td {
  border: 1px solid black;
  border-collapse: collapse;
  max-width: 650;
  padding: 5px;
  margin: 10px auto;
}

.uploaded, .written {
  width: 100px;
  text-align: center;
}

.name {
  width: 150px;
  text-align: center;
}

.outline {
  width: 400px;
  text-align: justify;
}

.number {
  width: 50px;
  text-align: center;
}

caption {
  padding: 2em;
  font-style: italic;
  caption-side: top;
  font-size: 12.5px;
}

tr:nth-child(even) {
  background-color: #f6f1ee;
}
