body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg clip-path='url(%26quot%3b%23SvgjsClipPath1046%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='%2332325d'%3e%3c/rect%3e%3ccircle r='51.875' cx='1381.36' cy='542.53' fill='url(%26quot%3b%23SvgjsLinearGradient1047%26quot%3b)'%3e%3c/circle%3e%3ccircle r='21.395' cx='745.25' cy='159.74' fill='url(%26quot%3b%23SvgjsLinearGradient1048%26quot%3b)'%3e%3c/circle%3e%3ccircle r='15.03' cx='784.89' cy='515.92' fill='%2343468b'%3e%3c/circle%3e%3ccircle r='45.57' cx='666.1' cy='371.32' fill='%2343468b'%3e%3c/circle%3e%3ccircle r='41.35' cx='213.85' cy='312.1' fill='%2343468b'%3e%3c/circle%3e%3ccircle r='54.265' cx='57.54' cy='543.88' fill='url(%26quot%3b%23SvgjsLinearGradient1049%26quot%3b)'%3e%3c/circle%3e%3ccircle r='46.89' cx='320.12' cy='143.05' fill='%2343468b'%3e%3c/circle%3e%3ccircle r='44.595' cx='683.12' cy='362.89' fill='url(%26quot%3b%23SvgjsLinearGradient1050%26quot%3b)'%3e%3c/circle%3e%3c/g%3e%3cdefs%3e%3cclipPath id='SvgjsClipPath1046'%3e%3crect width='1440' height='560' x='0' y='0'%3e%3c/rect%3e%3c/clipPath%3e%3clinearGradient x1='1277.61' y1='542.53' x2='1485.11' y2='542.53' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1047'%3e%3cstop stop-color='%2384b6e0' offset='0.1'%3e%3c/stop%3e%3cstop stop-color='%23464a8f' offset='0.9'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='702.46' y1='159.74' x2='788.0400000000001' y2='159.74' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1048'%3e%3cstop stop-color='%23ab3c51' offset='0.1'%3e%3c/stop%3e%3cstop stop-color='%234f4484' offset='0.9'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='-50.99' y1='543.88' x2='166.07' y2='543.88' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1049'%3e%3cstop stop-color='%23ab3c51' offset='0.1'%3e%3c/stop%3e%3cstop stop-color='%234f4484' offset='0.9'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='593.9300000000001' y1='362.89' x2='772.3100000000001' y2='362.89' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1050'%3e%3cstop stop-color='%2332325d' offset='0.1'%3e%3c/stop%3e%3cstop stop-color='%23424488' offset='0.9'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}
h2 {
  color: white;
  font-size: 20px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-shadow: 3px 4px 10px black;
}
textarea {
  margin: 30px 0;
  width: 300px;
  height: 100px;
  box-shadow: 5px 6px 10px black;
  border: none;
}
button {
  background-color: black;
  color: white;
  border: none;
  padding: 15px;
  width: 150px;
  cursor: pointer;
  box-shadow: 5px 5px 10px black;
}
