@import url('https://fonts.cdnfonts.com/css/rewrite');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
.TitleLogo{
    font-family: 'Rewrite', sans-serif;
    font-weight: 400;
}

.merriweather,input,label,option {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.anton_regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
font-family: monospace;
font-size: 12px;
}

h1 {
text-align: center;
}

label {
padding: 2px;
line-height: 2.5em;
}

fieldset {
text-align: left;
font-family: "Anton", sans-serif;
font-weight: 400;
font-style: normal;
padding: 5px;
background-color: #eee;
}
legend {
background-color: #f93;
border: 1px solid #f00;
padding: 5px;
margin-bottom: 5px;
}
section {
max-width: 600px;
margin: auto;
}
/* classes that style the textarea tag */
.comment {
float: left;
width: 100%;
height: auto;
padding-top:5px;
}
.textinput {
float: left;
width: 99%;
min-height: 75px;
outline: none;
resize: none;
border: 1px solid gray;
}

#validation{
  text-align: center;
}