body {
    font-family: 'Oswald', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    background: url('https://madisonsquarebark.com/doggybg.jpg') no-repeat center center/cover;
    position: relative;
}

.overlay {
    background-color: rgba(20, 19, 19, 0.549); /* 50% black overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.d1 {
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.325rem;
  width: calc(100% + 0.325rem);
  font-size: 5.5em;
  line-height: 1.25;
  font-weight: 400;
  text-shadow: 0rem 0.688rem 0.9375rem rgba(0, 0, 0, 0.271);
}

.d2{
  text-transform: uppercase !important;
  color: #FFF500;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.35em;
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 400;
}

p {
    font-size: 1.25em;
    margin-bottom: 1.5em;
}

.cta {
    text-decoration: none;
    color: white;
    background-color: #333;
    padding: 0.75em 1.5em;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.cta:hover {
    background-color: #555;
}
