.blog_start .blog_heading {
    background-color: white;
    color: rgb(249, 96, 175);
    height: 60vh;
    padding-top: 30vh;
    margin-top: 0px;
    font-family: "Noto Serif", serif;
}

.blog_heading h1,h2{
    color: rgb(249, 96, 175);
}

.desc h2 {
    border: 3px solid rgb(249, 96, 175);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding-bottom: 5px;
    /* font-family: 'Montez', cursive; */
    /* font-family: 'Cinzel Decorative', cursive; */
    /* font-family: 'Emilys Candy', cursive; */
    /* font-family: 'Josefin Sans', sans-serif; */
    /* font-family: 'Sail', cursive; */
}

.blog_forms{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color:rgb(249, 96, 175); */
}

.blog_forms:nth-child(1){
    border: 3px solid rgb(249, 96, 175);
    padding: 20px 0;
}

#questionForm{
    color: rgb(249, 96, 175);
}
#questionFormButton{
    color:white;
    background-color: rgb(249, 96, 175);
}

.blog_forms:nth-child(2){
    /* border: 3px solid rgb(249, 96, 175); */
    background-color: rgb(249, 96, 175);
    padding: 20px 0;
}


/* form{
    background-color: rgb(249, 96, 175);
    padding: 20px 50px;
    border-radius: 80px;
}
form input{
    outline: none;
    border-radius: 50px;
    padding: 10px;
    border: 0px;
}
form button{
    border-radius: 50px;
    padding: 5px 10px;
    background-color: white;
    border: 0px;
    transition: .3s;
    margin-left: 10px;
} */

/* form button:hover{
    background-color: gray;
    transform: .3s;
} */

h2,h3,h4{
    font-family: 'Cinzel Decorative', cursive;
}

p,button,input{
    font-family: 'Josefin Sans', sans-serif;
}

ul{
    font-family: 'Josefin Sans', sans-serif;
}

@media screen and (max-width:768px) {
    form input{
        padding: 3px 10px;
        width:70%;
    }
    form button{
        padding: 3px 5px;
        margin-left: 5px;
    }
}