@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
margin:0;
padding:0;
  overflow-x:hidden;
}

h1, h2, h3, h4, h5, h6, p{
font-family: 'Archivo', sans-serif;
}

p{
font-size:18px;
  line-height:1.4;
}

h1{
  margin:0;
  font-size:54px;
}

#header{
text-align:center;
  color:#fff;
padding:10% 3%;
width:100%;
  background-color:#7634F7;
}

#header p{
max-width:650px;
  margin: 10px auto;
}

#inputforms{
  width:100%;
padding:3%;
  margin:0 auto;
  text-align:center;
}
.imageDesktop{
  border:1px solid #000;
	width:820px;
	height:312px;
    object-fit: cover;
}

.imageMobile{
    border:1px solid #000;
		width:640px;
	height:360px;
    object-fit: cover;

}
