﻿    body {
    background-image: url('image/pexels-tirachard-kumtanom-601169.jpg');
    background-size: cover;
}

.form-container {
    min-height: fit-content;
    display: flex;
    align-items: center;
}

form {
    width: 50%;
    margin: 0 auto;
   
}

h1 {
    text-align: center;
}
h3 {
    color: antiquewhite;
}
p .text {
    font-size: x-small;
}