#webform {
    display: grid;
    background-color: rgb(231, 231, 231);

padding-right: 40px;
padding-left: 40px;
  max-width: 270px;
  min-width: 270px;
  
}

#webform input {
    margin-bottom: 1em;
    
}

#viewFormData article {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr;
    /* adjust this for more columns or less */
   
}
body{
   
    background-image: url(../img/writing.jpeg);
    background-repeat: no-repeat;
   background-size: 1450px;
   min-width: 800px;
   
  
}

h1{
    font-size: 80px;
    font-family: fantasy;
    font-weight: bold;
    text-align: center;
    
}
main{
    background-color: azure;
    font-family: fantasy;
    font-size: 20px;
    font-weight: bold;
}