img {
    display:unset;
}
.container{
            height: 100vh; 
            display: flex; 
            align-items: center; 
            justify-content: center;
        }

        h2 {
            margin-bottom: 8px;
            font-size: 17px;
        }

        p {
            margin-bottom: 2rem;
            font-size: 17px;
        }

        a {
            color: black;
            text-decoration: underline;
        }

        a:hover {
            text-decoration: none;
        }