body {
    background-color: lightskyblue;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}




.errortext {
    color: red;
    font-size: 20px;
}


.formsection {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}