﻿/*Button Colors*/
/*Font Sizes*/
.cloudBackground {
  background: url('../Images/background.png') repeat center center fixed;
  background-size: cover;
  background-color: #fbfbfb;
}
body {
  width: 100%;
  height: 100%;
  font-family: Helvetica, sans-serif;
  padding-top: 40px;
  background-color: #fbfbfb;
}
a {
  color: #569fde;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}