 /* Place your CSS styles in this file */

h1 {
    text-align: center;
    font-family: "Times New Roman", serif;
    font-weight: normal;
    color: white;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
body {
    background-image: url('./1bluemar.jpg');
    background-repeat: repeat;
}
