.elms-sans {
  font-family: "Elms Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}



.science-gothic {
  font-family: "Science Gothic", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.sekuya-regular {
  font-family: "Sekuya", "Science Gothic", system-ui;
  font-weight: 400;
  font-style: normal;
}

* {
  cursor: url('https://cdn.cursors-4u.net/previews/nightlight-red-nightlight-busy-red-60343472-preview-50.webp') 0 0, auto !important;
}


body {
  background-color: lavender;
  color: black;
  font-family: "Science Gothic", sans-serif;
}

h1 {
  text-align: center;
}

a {
  color: #91D6ED;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 20px auto;
  padding: 10px;
  justify-content: center;
  text-align: center;

}

.column {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 20px auto;
  align-items: center;
  text-align: center;
}

.content {
  margin: 50px auto;
  padding: 30px;
  width: 70%;
  background-color: #2e2e2e;
  color: #EDEDED;
  justify-content: center;
  text-align: center;
  list-style-position: inside;
}

.warning-div {
  display: flex;
  background-color: #faa18f;
  color: #B32020;
  padding: 10px;
  border: 2px solid #F25B3D;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  text-align: center;
}