* {
  margin: 0px;
  padding: 0px;
  color: rgba(255, 255, 255, 0.678);
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background-color: rgba(0, 0, 0, 0.925);
}
.titulo {
  font-size: 30px;
  padding-left: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
a {
  font-size: 15px;
  background-color: rgba(37, 37, 255, 0.719);
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  border-radius: 20px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #14141488;
  text-align: center;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 0px;
  padding-bottom: 100px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
header {
  background-color: #14141488;

  text-align: center;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 20px;

  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  /*display: flex;
    flex-direction: row;
    padding-top: 10px;*/
}
.header {
  padding-top: 10px;
  text-align: center;
}
a:hover {
  background-color: rgb(12, 12, 124);
}
footer {
  background-color: #14141488;

  text-align: center;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 20px;

  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
