Contact information
Contact Form
body{
font-family: Arial, sans-serif;
background:#eee;
margin:0;
padding:40px;
}
.container{
max-width:900px;
}
h1{
font-size:60px;
font-weight:300;
margin-bottom:40px;
}
.row{
display:flex;
gap:20px;
}
input, textarea{
width:100%;
padding:15px;
border:1px solid #999;
font-size:16px;
box-sizing:border-box;
margin-bottom:20px;
}
textarea{
height:120px;
resize:none;
}
button{
background:#111;
color:white;
border:none;
padding:15px 40px;
font-size:16px;
cursor:pointer;
}
button:hover{
background:#333;
}
Send