body,
html {
  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;
}
*/

body {
  /*background-color: rgb(150, 240, 255);*/
  background-color: rgb(200, 240, 255);
}

main {
  height: 100%;
  width: 100%;
  /*background-color: rgb(150, 240, 255);*/
  background-color: rgb(200, 240, 255);
}

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: 10%;
}

.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>div {
  margin: 5%;
}

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

h2,
h3,
h4 {
  line-height: 40px;
}

p {
  line-height: 30px;
}

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

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

.website p {
  line-height: 30px;
}

.website h1,
.website h2,
.website h3 {
  line-height: 40px;
}

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

footer * {
  color: rgb(200, 240, 255);
}

.contact {
  margin: 2%;
}

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

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

h2 {
  margin: 1%;
}