.if2m-container {
    width: 60%;
    margin: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 0px 20px 0px rgb(0, 0, 0, 0.24);
    background: rgb(240, 240, 240);
}

.if2m-container h1, .if2m-container h2, .if2m-container h3 {
    text-align: center;
}