@import url('https://fonts.googleapis.com/css2?family=Outfit&display=swap');
p, div{font-family: 'Outfit', sans-serif; font-size: 22px;}
body {
	background-image: url('/backgrounds/chris-barbalis.jpg');
   	background-size: cover;
   	background-attachment: fixed;
}
.white-box {
	background-color: white;
	color: black;
	border: 5px solid  white;
	padding: 10px;
	margin: 10px auto;
	width: 60%;
}
.white-box img { width: 100%; }
.centered {
    text-align:center;
}
a:link {
  color: #E49B0F;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: #FFAC1C;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #FFEA00;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: FFBF00;
  background-color: transparent;
  text-decoration: underline;
}
