/*Think about using Bootstrap font size*/
:root {
    --main-font-family: Arial, sans-serif;
}
html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: 100%;
    font-family:var(--main-font-family);
}

.fakeimg {
    height: 200px;
    background: #aaa;
}

heade  {
    margin-bottom: 0 !important
}

.hide {
    display: none;
}

div.survey {
    max-width: 24em;
    max-height: 20em;
     min-height: 18em;
    word-wrap: break-word;
    overflow: auto;
    border: 3px solid black;
    padding: 1em;
    margin-bottom: 2em;
    background-color: azure;
}

.survey p {
    margin-bottom: 0;
}

div.row {
    padding-top: 50px;
    padding-bottom: 200px;
}

button.participate {
    background-color: #c6c8ca;
}

h3 {
    font-family: HP Simplified;
}

p {
    padding-top: 10px;
}

#no-surveys {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}