html, body {
    margin: 0px;
    padding: 0;
    /*max-width: 80%;*/
}

h1 {
    font-family: 'Signika Negative', sans-serif;
    color: #28634b;
    text-align: center;
    font-size: 2.25rem;
}

body {
    padding: 20px;
}

form {
    border: solid 2px #28634b;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

input,
button {
    padding: 10px 15px;
}

input {
    font-size: 1.15rem;
    flex: 1;
    border: none;
}

input:focus{
    outline: none;
}

button {
    color: #fff;
    line-height: 0;
    background-color: #28634b;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #416e8d;
    outline: ;
}


.icon {
    font-size: 1.75rem;
}

.reply {
    font-size: 1.15rem;
    line-height: 1.5;
}

.loading-panel {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    height: 400px;
    text-align: center;
}

#question-span{
    color: #28634b;
    font-weight: bold;
}