* {
    font-family: "IBM Plex Sans", sans-serif;
    margin: 0;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

img {
    width: 60%;
}

a {
    display: inline-block;
    margin: 2rem 0; 
}

@media (max-width: 800px) {

    .flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 100dvh;

    }
    
    img {
        width: 100%;
    }

    div {
        text-align: center;
    }
}