@use "sass:color";
/*
Style variables
____________________
*/
/*
____________________
*/
body {
  background-color: #131622;
  color: #C25EF1;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  text-align: left;
  margin: 0%; }

header {
  padding: 20px;
  text-align: left; }
  header h1 {
    margin-bottom: 0%;
    padding-bottom: 0%; }
  header h3 {
    margin-top: 0%;
    padding-top: 0%; }

footer {
  padding: 20px; }

a {
  color: #fff;
  text-decoration: none; }
  a:focus, a:hover {
    border-bottom: 1px solid #fff; }

main {
  padding: 0px;
  color: #7A849D; }
  main h1 {
    font-size: large; }
  main a {
    color: #fff;
    text-decoration: none; }
    main a:focus, main a:hover {
      border-bottom: 1px solid #fff; }

li.homapage_menu a {
  font-size: larger;
  text-decoration: none; }
