body{
    width: 1024px;
    height: 1450px;
    background: rgb(36,118,164);
    background: linear-gradient(185deg, rgba(36,118,164,1) 0%, rgba(102,189,179,1) 100%);
    color: white;
    font-family: 'Courier New', Courier, monospace;
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: justify;
}
article{
    max-width: 900px;
    margin: 40px;
}
h1{
    text-align: center;
    margin-bottom:20px;
}
#input{
    width: 300px;
    height: 100px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color:rgba(255, 255, 255, 0.616);
    border-color: rgba(43, 143, 168, 0.616);
    color: rgb(35, 66, 71);
}
#output{
    font-size: 1.5em;
}
#cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 20px;
    width: 700px;
}


