html{
    width: 100%;
    color: white;
    background-color: rgb(35, 35, 35);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

img {
    width: 80%;
}

footer * {
    width: 100%;
    text-align: center;
}

@media (pointer: coarse) {
    .newImproved {
        width: 100px;
        height: 100px;
    }
}