@font-face {
    font-family: 'Jersey10-Regular';
    src: url('../Fonts/Jersey10-Regular.ttf') format('truetype');
}

body {
  font-family: 'Jersey10-Regular',sans-serif;
  background-image: url("purplesky.gif");
  background-color: lavender;
  background-repeat: no-repeat; 
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: white
}

.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:50%;
}

h1 {
  color: white;
  font-size: 4em;
  letter-spacing: 0.2em;
  word-spacing: 0.4em;
  line-height: 1.0;
  text-align: center;
}

h2 {
  color: white;
  font-size: 2em;
  letter-spacing: 0.2em;
  word-spacing: 0.4em;
  line-height:1.0;
  text-align: left;
}

a {
  text-decoration: none;
}

strong {
  font-style: italic;
  text-transform: uppercase;
}

p {
  letter-spacing: 0.2em;
  word-spacing: 0.4em;
  line-height: 1.0;
  text-align: center;
  color: white;
  font-size: 3em;
}

.text-box {
  border: 2px solid #333;
  border-radius: 8%;
  padding: 10px;         
  margin: 10px auto;     
  width: 40%;
  height: 20%;
  max-width: 600px;
  max-height: 600px;
  background-color: #A8F;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
  text-align: center;
}

.text-box h1 {
  color: #007bff;
  border-bottom: 1px dashed #007bff;
  padding-bottom: 5px;
}

.text-box p {
  line-height: 1.6;
}