body{
    background-image: url(Tloblue.png);
}

article{
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    background-color: aliceblue;
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 24px;
    border-radius: 7px;

}