html{overflow-x: hidden;}

h1 {
    font-size: 28px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
p{
    font-size: 20px;
}

body{
    background-image: url('qwd83nc4xxf41.jpg');
    background-image: -webkit-image-set(url("qwd83nc4xxf41.webp")1x);
    background-position: center top;
    background-repeat: repeat;
    background-size: auto;
  }

header img {
	margin-bottom: 20px;
}

input{
    padding: 15px !important;
    font-size: 18px;
    font-weight: bold;
}

textarea{
    width: 100% !important;
    height: 200px !important;
}