body {
    background-color: rgba(0, 30, 67, 0.563);
    background-image: url(city_skyilne.jpg); background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: -1;
    color: whitesmoke;
    margin: 0 ;
    font-size: larger;
    font-family: 'Times New Roman', Times, serif;


}

header {
    text-align: center;
}

form {
    width: 60vh;
    height: auto;
    margin: 0 auto;
    font-size: 16pt;
}

label {
    display: block;
    margin: 0.5rem 0;
    border-color: black;
    border-radius: 15%;
    padding: 1rem;
}

input, textarea, select {
    margin: 2.5px 0 0 0;
    width: 100%;
    min-height: 1em;
}

input {
    background-color: rgb(102, 117, 146);
    border: 1px solid rgb(9, 9, 36);
    color: blanchedalmond;
    font-size: large;
}

textarea {
    border: 1px solid rgb(9, 9, 36);
    font-size: large;
}

.inline {
    width: unset;
    margin: 0 0.5em 0 0;
    vertical-align: middle;
}

input[type="submit"] {
    background-color: forestgreen;
}