﻿main {
    display: flex;
    justify-content: center; /* 横方向の中央寄せ */
    align-items: center; /* 縦方向の中央寄せ */
    height: 100vh; /* 画面全体の高さ */
    margin-bottom: 80px;
}

form {
    text-align: center;
}
