body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f0f0f0;
}

section {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

form{
    display: flex;
    flex-direction:column ;
    justify-content:space-between;
    row-gap: 15px;
    margin: 5px;
}

div{
    display: flex;
    flex-direction:column ;
    row-gap: 5px;
}

a {
    display: flex;
    margin: 5px;
}