h2 {
    text-transform: none;
    font-family: 'Pacifico', cursive;
    color: #4d4d4d;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 3vw;
}

h3 {
    text-transform: none;
    font-family: 'Pacifico', cursive;
    color: black;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 2.5vw;
}

.question {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-weight: bold;
}

.response {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-bottom: 50px;
}

#window {
    overflow-y: scroll;
    height: 100vh;

}

@media (min-width:961px)  {

    h2 {
        font-size: 3vw;
    }

    #window {
        width: 70%;
        height: 95vh;
        overflow-y: scroll;
    }
}