body {
    background-size: 100vw 100vh;
    background-attachment: relative;
    margin: 10x;
    font-family: monospace;
   }

form {
    width: 350px;
    height: 100px;
    margin: auto;
    background: rgba(0,0,0,0.4);
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 10px;
    border-radius: 7px;
}

h2 {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 15px;
    margin-bottom: 20px;
}

.img {
	margin: auto;
	width: 800px;
    position: relative;
	z-index: 90;
	height: 640px;
	width: 65%;
	/*border: 5px solid #415066;*/
	overflow: hidden;
    box-sizing: border-box;
    margin-top: 0px;
    margin-left: 18%;
    border-radius: 7px;
}


