*{
    font-family: Arial;
}

body{
    background-image: url("city.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
}
.area{
    height: 600px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.container{
    width: 800px;
}
.content{
    display:flex
}
.contact{
    flex:2;
}
form{
    flex:1;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px #000000;
    padding: 30px;
    padding-top: 0px;
}
.box{
    display: flex;
    margin-bottom: 30px;
}
.box img{
    width: 30px;
    height: 30px;
    margin: 5px;
    margin-right: 10px;
    padding-top: 0px;
}
.boxtext h3{
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 0px;
}
.boxtext p{
    margin-top: 5px;
    color: lightgray;
    font-size: 14px;
}
.boxtext h3{
    color: darkgray;
    font-size: 14px;

}
form input{
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 0px;
    border: 1px solid rgb(218, 218, 218);
}
form textarea{
    padding: 0px;
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
    height:100px;
    border: 1px solid rgb(218, 218, 218);
}
button{
	background-color:#616ee7;
	border-radius:3px;
	color:#ffffff;
	font-size:15px;
	padding:9px 9px;
    border: 0px solid #ffffff;
    cursor:pointer;
}
button:hover{
    background-color: #2836ad;
}
.title h1{
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    font-size: 25px;
    margin-bottom: 40px;
}
.contact h2{
    color: #ffffff;
    font-weight: normal;
    font-size: 20px;
}
form h2{
    color:#000000;
    font-weight: normal;
    font-size: 20px;
}
.backfilter{
    background: rgba(1, 0, 12, 0.8);
    backdrop-filter: blur(1px);
    height: 100vh;
}
.content h2{
    margin-bottom: 25px;
}