body{
    background-image: url(/assets/images/bkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: whitesmoke;
}
header{
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}
h1{
    font-family: monospace;
    
}
p{
    font-style: italic;
}
form{
  width: 100%;
  font-size: 20px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
label{
    margin-bottom: 10px;
}
select, .input{
    margin-top: 10px;
    display: block;
    height: 35px;
    width: 80%;
    border-radius: 3px;
    border-width: 0;
}
option{
    font-size: 15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.container{
    margin-left: 350px;
    background-color: rgba(178, 113, 178, 0.603);
    width: 650px;
    border-radius: 10px;
    height: auto;
}
.shape{
    margin-left: 30px;
    margin-top: 20px;
}
input[type="radio"]{
    display: inline-block;
    transform: scale(1.5);
    margin-bottom: 10px;
}
input[type="checkbox"]{
    display: inline-block;
    transform: scale(1.5);
    margin-bottom: 10px;
}    
.newnew{
    margin-bottom: 5px;
}
textarea{
    width: 80%;
    height: 70px;
    resize: none;
}
button{
    text-align: center;
    margin-left: 1px;
    width: 81%;
    height: 40px;
    font-size: 15px;
    background-color: rgb(9, 151, 14);
    border: none;
    border-radius: 3px;
    color: aliceblue;
    font-family: system-ui,  'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
select{
    padding-left: 7px;
}
a{
    color: aliceblue;
    text-decoration: none;
}
footer{
    text-align: center;
}