h1{
    text-align: center;
}

p{
    margin: 1rem 0;
    line-height: 1.5;
}


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

iframe{
    width: 100%;
    max-width: 320px;
    height: auto;
}
