.dlg .front h1{
    margin: 10px;
}

.dlg .front h2{
    margin: 15px 30px;
}

.dlg .front .buttons{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}