body{
    background: rgb(2,8,62);
    background: linear-gradient(180deg, rgba(2,8,62,1) 20%, rgba(23,73,191,1) 47%, rgba(0,159,246,1) 77%);
    height: 100vh;
    overflow: hidden;
}
.formbody {
    position: relative;
    top: 400px;
    left: 700px;
}
#resultaat{
    width: 350px;
    height: 500px;
    border-color: black;
    border-radius: 20px;
    background-color: white;
    text-align: center;
    font-size: 30px;
}
