* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}


html, body {
  font-family: Arial, Helvetica, sans-serif;
  background: url("../assets/images/uk_flag_1920.jpg") no-repeat center center fixed;
  background-size: cover;
  background-color: rgba(210, 210, 210, 0.9);
  background-blend-mode: lighten;
  color: #220022e6;
}

#full_page, #header_section {
  max-width: 1024px;
  min-width: 800px;
/*  border: 1px solid red; */
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

#header_section {
    text-align: center;
}

.standard_text {
  font-size: 1.2em;
  text-align: justify;
  margin-top: 20px;
}

#userinput {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 10px;
}

#fname {
  font-size: 1em;
  font-weight: bold;
  color: black;
  margin-bottom: 10px;
}

#lname {
  font-size: 1em;
  font-weight: bold;
  color: black;
  margin-bottom: 10px;
}

#uemail {
  font-size: 1em;
  font-weight: bold;
  color: black;
  margin-bottom: 10px;
}

#userdoblname {
  font-size: 1em;
  font-weight: bold;
  color: black;
  margin-bottom: 10px;
}

#usercomment {
  font-size: 1em;
  font-weight: bold;
  color: black;
  margin-bottom: 10px;
}
