body,
html {
  height: 100%;
  min-height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
}

/*
body {
  background-color: black;
  background-image: url("../images/static/dark_angel.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
*/

main {
  height: 100%;
  width: 100%;
}

main * {
  color: black;
}

#navbar_alert>* {
  text-align: center;
  color: black;
  background-color: yellow;
  padding: 1%;
}

.main_title {
  text-align: center;
  font-family: "SAOUI-Regular";
  font-size: 50px;
  margin: 5%;
  padding: 0;
  height: 40%;
}

.main_title * {
  color: rgb(0, 140, 250);
}

#main_content {
  margin-bottom: 0;
  font-size: 20px;
}

#main_content * {
  color: rgb(0, 140, 250);
  margin: 0;
  margin-left: 2%;
}

#main_content>section {
  margin-left: 2%;
}

section>* {
  line-height: 25px;
}

ul {
  margin: 2%;
  margin-top: 1%;
}

footer {
  font-size: 20px;
  line-height: 25px;
  color: black;
  background-color: rgb(0, 140, 250);
  padding: 1%;
}

.contact {
  margin: 2%;
}

.contact>p {
  margin-left: 2%;
}

.copyright {
  margin-top: 5%;
  margin-left: 2%;
}

h2 {
  margin: 1%;
}