@import url("shared.css");

main {
    margin: 0 auto;
    padding-top: 20px;
    max-width: 600px;
}

h2 {
    font-size: 2em;
    margin-top: 40px;
}

h3 {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #2F4F7D;
}

p {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 20px;
}

.intro-section {
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

.intro-text {
    font-size: 16px;
    margin-top: 20px;
}

form {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
}

label {
    font-size: 1.2em;
    margin-bottom: 10px;
}

input, textarea {
    font-size: 1em;
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

button[type="submit"] {
    background-color: #2F4F7D;
    border: none;
    color: white;
    font-size: 1.2em;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

button[type="submit"]:hover {
    background-color: #4A6FA5;
}

iframe {
    border: none;
    margin-top: 20px;
    width: 100%;
    max-width: 640px;
    height: 1167px;
}
