@use "sass:color";
/*
Style variables
____________________
*/
/*
____________________
*/
body {
  background-color: #F6F8FF;
  color: #0052FF;
  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: #6DBC09;
  text-decoration: none; }
  a:focus, a:hover {
    border-bottom: 1px solid #6DBC09; }

main {
  padding: 20px;
  background-color: #ffffff;
  color: #0052FF; }
  main h1 {
    font-size: large; }
  main a {
    color: #6DBC09;
    text-decoration: none; }
    main a:focus, main a:hover {
      border-bottom: 1px solid #6DBC09; }

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

.button {
  background-color: #6DBC09;
  color: #0052FF;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px; }
