html {
 font-size: 16px;
 font-family: sans-serif;
}
p,li,td {
 line-height: 1.7;
}
a:link {
 color: #ffffff;
 text-decoration: none;
}
a:visited {
 color: #fff600;
 text-decoration: none;
}
a:hover {
 color: #ffffff;
 text-decoration: underline;
}
a:active {
 color: #ffffff;
 text-decoration: underline;
}
body {
 color: #ffffff;
 background-color: #332f28;
 text-align: center;
}
.logo {
 text-align: center;
}
.submit {
 text-align: center;
}
input[type="email"]{
 font-size: 1.5rem;
}
select{
 border: 1px solid;
 font-size: 1.5rem;
}
textarea{
 font-size: 1.5rem;
}
input[type="submit"]{
 border: none;
 padding: 20px;
 width: 200px;
 font-size: 1rem;
}
.news {
 text-align:center;
}
