.section-banner {
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100vw;
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
    margin-bottom: 70px;
}

.banner-top {
    position: relative;
    height: 400px;
}

.center-font {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: white;
    font-size: 70px;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}

.input-flex {
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    justify-content: space-between;
    gap: 5%;
}

.text-input {
    width: 30%;
    height: 40px;
    border-color: steelblue;
    /* margin: 5%; */
    font-size: 20px;
    color: steelblue;
}

.textarea-input {
    width: 100%;
    border-color: steelblue;
    margin-top: 25px;
    margin-bottom: 25px;
    color: steelblue;
    font-size: 20px;
    border: solid steelblue;
}

::placeholder {
    color: steelblue;
    opacity: 1;
}

.info-flex {
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: auto;
}

.info {
    display: block;
    text-align: left;
    margin-top: 40px;
    margin-left: 50%;
    margin-right: 10%;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    font-size: 16px;
}

.info h1 {
    font-size: x-large;
}

.image-intro {
    width: 100%;
}

.intro h1 {
    color: steelblue;
    margin-top: 20px;
    margin-bottom: 20px;
}