@charset "UTF-8";

/*
Theme Name: Niti Theme
Author: Antoine GAUTIER
Author URI: https://gautierantoine.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: niti-theme
*/

body {
  background-color: #183357;
  color: #fff;
  font-family: helvetica, sans-serif;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

a {
  color: #84d1ff;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

.container {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  /* padding: 20px; */
}

header {
  text-align: center;
  font-size: 2em;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}

main {
  margin: 0 !important;
  width: auto;
  display: block;
  text-align: center;
  padding: 10px;
}

footer {
  text-align: center;
  padding: 10px;
}
footer .follow {
  font-size: 1.8em;
}
