body{
    width: 1024px;
    height: 1650px;
    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;
}

