h1 {
    color: #333;
    font-family: 'Arial', sans-serif;
}

main{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}