.index-main{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height:100%;
}

html, body { height:100%; margin:0; padding:0; }

.buttons-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 2rem;
}

.button.index{
    width: 16rem;
    font-size: x-large;
}

h1{
    font-size:76px;
}