/* Fonts */

/* Bebas Neue */
@font-face {
  font-family: "Bebas Neue";
  font-weight: normal;
  font-style: normal;
  src: url('https://list.coewriting.com/uploads/BebasNeue-Regular.ttf') format('truetype');
}

/* Roboto */
@font-face {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  src: url('https://list.coewriting.com/uploads/Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  src: url('https://list.coewriting.com/uploads/Roboto-Bold.ttf') format('truetype');
}

@font-face {
  font-family: "Roboto";
  font-weight: normal;
  font-style: italic;
  src: url('https://list.coewriting.com/uploads/Roboto-Italic.ttf') format('truetype');
}

@font-face {
  font-family: "Roboto";
  font-weight: bold;
  font-style: italic;
  src: url('https://list.coewriting.com/uploads/Roboto-BoldItalic.ttf') format('truetype');
}

@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  src: url('https://list.coewriting.com/uploads/Roboto-Thin.ttf') format('truetype');
}

@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: italic;
  src: url('https://list.coewriting.com/uploads/Roboto-ThinItalic.ttf') format('truetype');
}

/* Open Sans */
@font-face {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  src: url('https://list.coewriting.com/uploads/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: "Open Sans";
  font-weight: bold;
  font-style: normal;
  src: url('https://list.coewriting.com/uploads/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: italic;
  src: url('https://list.coewriting.com/uploads/OpenSans-Italic.ttf') format('truetype');
}

@font-face {
  font-family: "Open Sans";
  font-weight: bold;
  font-style: italic;
  src: url('https://list.coewriting.com/uploads/OpenSans-BoldItalic.ttf') format('truetype');
}

* {
  box-sizing: border-box;
}

html {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: min-content;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-size: 12pt;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: min-content;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background-image: radial-gradient(#333, #000);
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: min-content;
  margin: 0;
  padding: 0;
  /* background-color: #0000; */
  border: none;
  box-shadow: none;
  font-family: "Open Sans";
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: min-content;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  /* background-color: #0000; */
  border: none;
  box-shadow: none;
  font-family: "Open Sans";
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.container div, .wrap div {
  padding: 30px;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: min-content;
  min-height: 100px;
  /* margin-top: 30px; */
  padding: 30px;
  border: none;
  background-image: radial-gradient(#333, #000);
}

.header .logo img {
  max-width: 222px;
}

section {
  display: flex;
  flex-direction: column;
  align-self: center;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: min-content;
  margin: auto;
  padding: 30px;
  background-color: #fff;
}

.home-options a {
  color: #522FD2;
  font-family: "Open Sans";
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
}

.home-options a:hover {
  cursor: pointer;
  text-decoration: underline;
}

h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3rem;
  line-height: 3rem;
}

label {
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
}

input {
  color: #522FD2;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1rem;
  accent-color: #562FE1;
}

.lists p.description {
  color: #522FD2;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1rem;
  /* letter-spacing: 1px; */
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.7rem;
  font-weight: lighter;
  line-height: 1rem;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0);
}

footer.container {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.6rem;
  font-weight: normal;
  line-height: 1rem;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0);
}

footer a {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1rem;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0);
}

footer a:hover {
  text-decoration: underline;
  color: #fff;
}

.button {
  align-self: center;
  margin: 30px auto;
  padding: 15px;
  border: solid 1px black;
  border-radius: 0;
  background-color: #000;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  line-height: 1rem;
  letter-spacing: 3px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  cursor: pointer;
  color: #fff;
  background-image: radial-gradient(#555, #000);
}
