section {
    display: flex;
    width: 25%;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 20%;
    Margin-left: 35%;
    padding: 5px;
    border: solid 2px blue;
}

div {
    display: flex;
    justify-content: center;
}
h1 {
    display: flex;
    justify-content: center;
}