body {
  background: #220620;
  color: #F0F5F5;
  font: serif;
}
body h1 {
  font-weight: 700;
  font-size: min(5rem, 100px);
  align-items: center;
  align-self: center;
  align-content: center;
  justify-content: center;
  justify-content: center;
  justify-items: center;
  justify-self: center;
  text-justify: center;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
body hr {
  width: min(75%, 50rem);
  height: 1px;
}

a:link, a:visited {
  color: #ff8ddb;
  text-decoration: none;
  font-weight: 800;
}

a:hover {
  color: #f4d5ff;
}

footer {
  background: #7b2f7a;
  color: #FFFFFF;
  font-style: sans-serif;
  font-weight: 400;
  align-items: center;
  align-self: center;
  align-content: center;
  justify-content: center;
  justify-content: center;
  justify-items: center;
  justify-self: center;
  text-justify: center;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  vertical-align: bottom;
  width: min(75%, 50rem);
}
footer table {
  padding: 1rem;
}

article {
  background: #220620;
  color: #F0F5F5;
  font: serif;
  font-weight: 500;
  align-items: center;
  align-self: center;
  align-content: center;
  justify-content: center;
  justify-content: center;
  justify-items: center;
  justify-self: center;
  text-justify: center;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
article h1 {
  font-size: min(2rem, 50px);
  font-weight: 600;
}
article table {
  align-items: center;
  align-self: center;
  align-content: center;
  justify-content: center;
  justify-content: center;
  justify-items: center;
  justify-self: center;
  text-justify: center;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

img {
  border-radius: 5%;
  width: min(200px, 100rem);
}

nav {
  font-size: xx-large;
  margin-left: auto;
  margin-right: auto;
}

.technology-navbar {
  color: #6aff2f;
  background-color: black;
  font-family: monospace;
  font-size: xx-large;
  width: min(75%, 75rem);
  margin-left: auto;
  margin-right: auto;
}

.alert {
  background: #901b15;
  color: #FFFFFF;
  font-style: monospace;
  font-weight: 700;
  width: min(75%, 50rem);
  align-items: center;
  align-self: center;
  align-content: center;
  justify-content: center;
  justify-content: center;
  justify-items: center;
  justify-self: center;
  text-justify: center;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}/*# sourceMappingURL=standard.css.map */