body{
    margin: 0;
    font-family: 'Segoe UI', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100svh;
    font-size: large;

}

.form-conteiner{
    width: 500px;
}

form{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

form+p{
    text-align: center;
}
imput, button{
    border-radius: 4px;
    border: unset;
    padding: 15px;
}


.sr-only{
    position: absolute;
    left:-10000px;
    top:auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    
}
