body{
    height: 100%;
    overflow: hidden;
}
*{
    padding: 0px;
    border: 0px;
    margin: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.container{
    background-color: rgb(57, 57, 246);
}
.center{
    margin-top: 10px;
    margin-right: 20%;
    float: right;
    height: 100%;
    width: 60%;
    border-radius: 40px 40px 0px 0px;
    background-color: lightyellow;
    text-align: center;
}

.title{
    font-size: xx-large;
    text-align: center;
    margin-top: 20px;
}
.title1{
    display: inline;
}
.title2{
    display: inline;
}
.title3{
    display: inline;
}

.buttoncontainer{
    padding-top: 20%;
}
.button{
    font-size: 400%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    background-image: linear-gradient(to right, rgb(57, 57, 246)0%, #1CD8D2  100%);
    align-self: center;
    height: 40%;
    width: 40%;
    border-color: aqua;
    border-radius: 200%;
    border-width: 20px;
    opacity: 0.7;
    transition: 0.5s;
}
.button:hover{
    opacity: 1;
}

.leftpart{
    padding: 0px;
    width: 20%;
    height: 100%;
}
.explanation{
    margin-right: 5px;
    padding-top: 30%;
    padding-left: 2%;
    text-align: left;
    font-weight: bold;
    font-size: x-large;
    color: rgb(226, 223, 209);
}
.results{
    padding-top: 20%;
    text-align: center;
}
.view_result{
    color:rgb(34, 46, 57);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 170%;
    font-weight: bolder;
    height: 5%;
    width: 95%;
    border-radius: 3px;
    background-color: lightyellow;
    opacity: 0.7;
    transition: 0.2s;
}
.view_result:hover{
    opacity: 1;
    border-radius: 5px;
}