h2 {
padding-top: 50px;
padding-bottom: 20px;
}

.success-message {
 border: 1px solid lightgrey;
  border-radius: 4px;
padding: 30px;
margin-top: 30px;
}
.intro {
    padding-top: 20px;
}

.header {
    padding: 10px 0px;
    display: flex;
    justify-content: flex-start;  /* Aligns content to the left */
    align-items: flex-start;     /* Aligns content to the top */
    background-image: linear-gradient(to right, #1b4163, #142d48); /* Horizontal gradient */
}

.header img {
    padding: 0px; /* Removes any extra padding from the logo */
}

.footer {
    background-color: #f7f8f9; /* Light grey background */
    padding: 10px 0; /* Padding for top and bottom */
    text-align: center; /* Centers the text */
    font-size: 14px; /* Adjust font size */
    color: #333;
margin-top: 40px;
}
