@font-face {
	font-family: Test;
	src: url('/Fonts/GG.otf');
}

body {
  padding: 0;
  margin: 0;
  background-color: rgba(69, 105, 133, 0.8);
  text-align: center;
  font-family: Test;

}


h1 {
	color: rgb(6, 38, 62);
}

p {
	color: rgb(20, 57, 86);
}

.landscapes {
	border-style: solid;
}

.events {
	border-style: solid;
}

.portraits {
	border-style: solid;
}
