#response {
    margin-top: 20px;
    padding: 10px;
    min-height: 50px;
    border: 2px dashed #333;
}

#response h3 {
    color: #333;
    font-size: 1.2em;
}

#response strong {
    color: #d9534f;
}

#response ul {
    padding-left: 20px;
}

#response li {
    margin-bottom: 5px;
}

span {
    color: #333;
    font-size: 1.3em;
}

h1 {
    font-size: 2.8rem !important; /* Desktop size */
}

@media only screen and (max-width: 400px) {
    h1 {
        font-size: 1.8rem !important; /* Mobile size */
    }
}

.font-family {
    font-family: Raleway, Montserrat;
}

textarea {
    height: 200px;
}

h1 {
    font-size: 3.2rem !important; /* Desktop size */
}

@media only screen and (max-width: 400px) {
    h1 {
        font-size: 1.8rem !important; /* Mobile size */
    }
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .querywidth {
        width: 100%;
        padding: 2px;
        margin: 10px auto;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 600px) {
    .querywidth {
        width: 80%;
        padding: 5px 2px 20px 2px;
        margin: 10px auto;
    }
}
