/* 
  Author:        Jim M
  Project:       JustForFamily Website
  Filename:      assets/styles.css
  Creation Date: 6/16/25
  Last Update:   6/16/25
  Description:   Main stylesheet
*/

body {
  background-image: url(/assets/img/boat.JPG);
}

h1, h2, p {
  text-align: center;
}

.main-block {
  width: 50%;
  background-color: rgb(180, 222, 135);
  margin-top: 5%;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}

/*
End of File
*/