body {
			background-color: #E6E6E6;
			color: DimGray;
			font-size: 14px;
			font-family: "Noto Sans KR", sans-serif;
			line-height: 1.7;
			text-align: left;
			word-break: keep-all;
			display: flex;
	    justify-content: center; /* 수평 방향 여백 */
	    margin-top: 30px;
	}

h1,
h2 {
			font-size: 14px;
			padding: 0px;
			margin-bottom: auto;
			}

h2 {

		margin-top: auto;

}

form {
			
	    display: flex;
	    flex-direction: column; 
			
}

input {
			color: DimGray;
			font-size: 14px;
			font-family: "Noto Sans KR", sans-serif;
			background-color: white;
      padding: 4px 6px;
      outline: none;
      border: none;
      margin-bottom: 2.5px;
        }

textarea {
			height: 200px;
			color: DimGray;
			background-color: white;
			font-size: 14px;
			font-family: "Noto Sans KR", sans-serif;
			resize: none; 
			outline: none;
			border: none;
			line-height: 1.7;
			text-align: left;
			word-break: keep-all;
			padding: 2px 6px;
	}
	
button {
			 background-color: whitesmoke ;
			 color: DimGray;
			 font-size: 14px;
		 	 border: 0px ;
			 padding: 4px 8px;
			 margin-top: 4px;
			 text-align: left;
	}

	.dreamForm {
				width: 372px;
	}

::-moz-selection {
		background-color: white;
		color: white;
	}
::selection {
		background-color : white;
		color: white;
	}

textarea::-webkit-scrollbar {
  width: 0px; /* 스크롤바 안 보이게 */
	}

	