h1{
    text-align: center;
}

stuff{
    display: flex;
    border: 5px black solid;
    flex-direction: column;
    height: 500px;
    margin: auto;
    justify-content: space-evenly;
}

stuff2 {
    display: flex;
    width: 100%;
}