.fix-width {
	width: 420px;
	}
	
.is-middle { float : center; }

.is-white { color: white; }

.bg-dark { background-color: black; }


.button.is-light {    background-color: #ff006a; }
.button {    font-size: 1.5rem; }
.input, .textarea {    font-size: 1.5rem; }
.title {    font-size: 1.5rem; }
.container {     margin: 50px auto; }
h1 {
    font-size: 2rem!important;
    font-weight: 600!important;
    line-height: 1.125!important;
	text-shadow: 1px 1px 1px #000;
 }

html {
  height: 100%;
}

#footer {
    text-align: right;
    position: absolute;
    padding-right: 25px;
    bottom: 0;
    width: 100%;
    height: 40px;
    font-size: 1.2rem;
    color: white;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}
a:link{
  text-decoration: none!important;
}