body {
    background-color: azure;
}
div {
    width: 75%;
    background-color: rgb(220, 228, 255);
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    margin: auto;
    margin-top: 5%;
}
#output {
    font-size: 20px;
}