@charset "UTF-8";
/* CSS Document */

body {
  align-items: center;
  justify-content: center;
  text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	margin: 0;
}

#random-image {
}

.topbanner{
	background: #1A2F47;
	width: 100%;
	color: #fff;
	padding: 10px;
}

.container{
	margin: 160px auto 0;
	width: fit-content;
}
.image {

}

.button {
  background-color: #FFF9D4; /* Green */
  border: none;
  color: #1A2F47;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
	width: 150px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 500;
	border-radius: 8px;
}

.button:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
                
