.hidden {
    display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding-bottom: 25px;
    line-height: 1.2;

}
body{margin:0;
padding:0}

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