body {
    font-family: "Play" , sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: medium;
    justify-content: center;
    align-content: center;
    height: 100vh;
    width: 100vw;
    margin: 0;
    color: purple;
}

div {
    align-self: center;
    justify-self: center;
}

h1 {
    text-align: center;
    justify-self: center;
}

h6 {
    text-align: center;
    justify-self: center;
}

img {
    width:300px;
    height:300px ;
    justify-self: center;
    align-self: center;
}

progress {
    justify-self: center;
    color: purple;
    align-self: center;
    width: 100%;
}

