body, html{
    height: 100%;
    background-color: #FFFFDF;
}

#resultDiv {
    position: relative;
    width: 80%;
    height: 130px;
    top:5%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgb(177, 177, 177);
    border-radius: 10px;
    background-color: white;
    padding: 10px 20px 10px 20px;
}

#startBtuuon {
    position: absolute;
    width: 250px;
    height: 50px;
    background-color: 	#FF8000;
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    border-radius: 10px;
}