main{
    min-height: 100vh;
}
#instruksi{
    margin: 20px auto;
    padding: 80px 20px 0px 20px;
    width: 80%;
    font-size: 1.5rem;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: justify;
    color: rgb(56, 48, 48);
}
#instruksi h2{
    margin: 40px auto;
    font-size: 2rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color:rgba(0, 0, 0, 0.50)
}
#instruksi li{
    margin: 15px 0;
}
.tombol {
    width: 150px;
    height: 29px;
    background-color: springgreen;
    text-align:center;
    padding: 24px 10px;
    margin: 40px auto;
    font-weight: bold;
    box-shadow: 5px 10px rgba(0, 0, 0, 0.50);
}
.paham:hover, .selanjutnya:hover{
    cursor: pointer;
    background-color: #fe0000;
    color: aliceblue;
}
.elementSTMTs{
    margin: 20px auto;
    padding: 80px 20px 0px 20px;
    width: 80%;
    font-size: 1.5rem;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: justify;
    color: rgb(56, 48, 48);
}
.elementSTMTs h3{
    margin: 30px auto;
    font-size: 2rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color:rgba(0, 0, 0, 0.50)
}
.respond {
    margin: 20px auto;
}
#dataDiri{
    text-align: center;
}
#dataDiri input, #dataDiri label{
    display:block;
    margin:auto;
}
#dataDiri input{
    width: 250px;
    margin: 10px auto 20px;
    font-size: 1.5rem;
}
#submit{
    width: 150px;
    cursor: pointer;
    background-color: springgreen;
    text-align:center;
    padding: 24px 10px;
    margin: 40px auto;
    font-weight: bold;
    box-shadow: 5px 10px rgba(0, 0, 0, 0.50);
    border:none;
    font-family: 'Barlow Condensed', sans-serif;
    text-decoration: none;
    display: block;
    font-size: 1.5rem;
}
#instruksi, .elementSTMTs{
    min-height: 75vh;
}
#submit {
    height: 77px;
}
#dataDiri {
    height: 50vh;
}
.elementSTMTs, #submit{
    display:none;
}
footer{
    clear: both;
    position: static;
    left:0;
    bottom: 0;
}
