*{
    margin: 0px;
    padding: 0px;
}
html, body{
    width: 100%;
    height: 100%;
    background-color: rgb(127, 229, 255);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main{
    width: 90vmin;
    height: 92vmin;
    background: radial-gradient( #ffe90b, #ffe90b, #ffe90b);
    border: 2px solid #393186;
    color: #000;
}
.result {
	margin-top: 30px;
    height: 29vh;
    width: 100%;
    align-items: center;
    display: flex;
}
#textLarge{
    font-size: 80px;
    text-align: center;
    width: 100%;
}
.img {
    padding-top: 10px;
    width: 235px;
    filter: drop-shadow(0px -1px 1px white);
    margin: auto;
    justify-content: center;
    display: block;
}p {
    margin-top: 0;
    margin-bottom: 0px;
}button#start {
    background: #393185!important;
    color: #fff!important;
    border-color: #393185!important;
}