label {
    display: block;
}
/*label.error {
    display: inline;
    display: none;
}*/
input[type=radio],
input[type=checkbox] {
    float: left;
    margin: 6px 6px 0 0;
}
input[type=text]
input[type=email] {
    font-size: 1.2em;
    width: 80%;
}
textarea {
    width: 99%;
    height: 200px;
    font-size: 1.2em;
}
form input[type=text] {
    line-height: 1.6;
    font-size: 1.2em;
    padding: 0 6px;
    width: 80%;
}
form input[type=email] {
    line-height: 1.6;
    font-size: 1.2em;
    padding: 0 6px;
    width: 80%;
}
.error {
    color: black;
    line-height: 1.8;
    padding: 0 8px;
}
[aria-invalid="false"] {
    outline: 1px solid cornflowerblue;
}
.error-parent {
    background: red;
}
body {
    font-family: "Century Gothic", sans-serif;
    background-image: url(../photo.jpg);
}
p {
 background-color: #E0FFFF;
 padding: 25px 25px 25px 25px;
 border-radius: 20px;
}
#wrapper{
        width: 1100px;
        margin: auto;
        background-color: white;
        opacity: 0.7;
        border-radius: 50px;
        font-size: 20px;
        padding: 20px 20px 20px 20px;
}
h1 {
  font-family: "Century Gothic", sans-serif;
  text-align: center;
  font-size: 70px;
  text-shadow: 2px 2px 4px rgb(71, 113, 191);
}
footer {
      text-align: center;
      font-size: 15px;
}
