/* CSS Styles */
body {
  font-family: Arial Rounded MT;
  font-weight: bold;
  font-size: 16px;
  color: #0048BA;
  text-align: center;
  margin: 0;
  padding: 0;
}

.newsletter {
  border: 3px solid #0048BA;;
  padding: 20px;
  width: 60%;
  margin: 40px auto;
  box-sizing: border-box;
  background-color: #E6F2FF
}

body {
  background-color: #111111;
}

.hover-shadow:hover {
  text-shadow: 0 0 12px currentColor;
  transition: 0.2s ease;
}

.link {
  font-size: 20px;
  text-decoration: none; 
  color: inherit;
}

p {
  margin-top: 8px;
  margin-bottom: 8px;
}
