main {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 6em;
    overflow: hidden;
    width: 100%;
}

h1 {
    min-width: fit-content;
    position: relative;
    text-align: center;
    color: #0a3cdd;
}