html{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.form-container{
    margin: 150px 0 50px 0;
}

body{
    background-image: linear-gradient(to right top, #cdcdcd, #c8aacc, #d97daf, #e64772, #d8001c);
    background-repeat: no-repeat;
    background-size: contain;
}


