<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*h1*/

h1 {

  border-bottom: solid 3px #cce4ff;
  position: relative;
  margin-left: 1.5%;
  font-size: 40px !important;
  padding:10px;
}

#wpforms-78-field_6-containe# {
  border: 5px solid darkblue;
  height: 150px;
  width: 200px;
}


/* 譫�縺ｨ縺玖レ譎ｯ濶ｲ */
.wpforms-form {
    background-color: #F9F9F9 !important;
    padding: 30px 30px !important;
	}

/* 繝懊ち繝ｳ縺ｮ濶ｲ */
#wpforms-submit-78 {
width:50%;
padding:10px;
margin: 30px 0;
/*margin-left: 10%;*/
color: #fff;
border-radius:10px;
-webkit-border-radius: 0px;  
-moz-border-radius: 0px;
border: none;
box-shadow: 0 3px 0 #ddd;
background: #D89CA6;

transition: 0.3s;
}
/* 繝懊ち繝ｳ繝帙ヰ繝ｼ譎ゅ�蜍輔″ */
#wpforms-submit-78:hover {
	background: #a4dd6c;
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
}</pre></body></html>