h1 {
    top: 5%
}

button {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 3cqh;
}


div.heading {
    display: block;
    position: relative;
    width: 100%;
}

div.texthead {
    margin-top: 5%;
    font-size: 8cqw;
}

div.proghead {
    font-size: 5cqw;
}

div#results {
    display: flex;
    position: absolute;
    width: 100%;
    top: 15%;
    height: 25%;
    justify-content: center;
    align-items: center;
    font-size: 12;
}

div.contact {
    display: flex;
    position: absolute;
    width: 100%;
    height: 3em;
    justify-content: center;
    align-items: center;
    bottom: 3%;
}




div.button-container {
    width: 48%;
}

div.button-element {
    position: absolute;
    left: 5%;
    bottom: 15%;
    width: 90%;
    height: 25%;
}
