﻿@charset "UTF-8";

body, html {
  height: 100%;
  margin: 0;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.load {
	width:100%;
}


.text-container {
  margin:20px 0px 0px 0px;
  text-align:center;
  color: gray;
}

a {
	color:lightblue;
}

a:visited {
	color:lightpink;
}