.text-overlay-image-text {
    margin: auto auto;

    font-size: 3vw;

    font-weight: bold;
    font-size: clamp(1.1rem, 4.5vw, 4rem);
}

.text-overlay-image {
    background-image: url('../images/happy-stories/header/dog-smiling-1922.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    
    padding: 15vw 0px;
    background-position-y: 10%;
}

.submit-happy-stories-info {
    padding-top: 40px;
    width: max(300px, 45vw);
    margin: auto auto;
}


#submit-happy-stories-image-id {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    background-image: url('../images/happy-stories/header/dog-smiling-1922.jpg');
    padding: 18% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
} 

.submit-happy-stories-text {
    color: white;
    text-align: center;
    font-size: 3vw;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}

.submit-happy-stories-info-para {
    text-align: center;
    color: #39873c;
    font-size: 1.1rem;
}

form {
    padding-top: 15px ;

}

label {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 900;
    font-size: 18px;
}

input[type=text], input[type=email] {
    border: 1px solid #ccc;
    width: 50%;
    padding: 12px 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1rem;
}

.fileSelect {
    border: 1px solid #ccc;
    padding: 12px 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    width: fit-content;
}

.fileSelect button {
    width: fit-content;
    padding: 0px 2px;
}

textarea {
    border: 1px solid #ccc;
    width: 97.5%;
    padding: 12px 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1rem;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus, .fileSelect:focus {
    border: 3px solid #555;
    font-family: 'Times New Roman', Times, serif;
  }

textarea {
    height: 200px;
    resize: none;
}

input[type=submit]:hover {
    background-color: #45a049;
}