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

.container{
    display: flex;
    justify-content: center;
}

#carousel-exercicio img{
    max-width: 1024px;
    max-height: 980px;
    width: 100%;
    height: 100%;
}