body
  {
  padding: 20px;
  background-color: #388e3c;
  }

main
  {
  min-width: 600px;
  max-width: 600px;
  max-height: 600px;
  min-height: 600px;
  position: relative;
  width: 60%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  background-color: #a5d6a7;
  border: white;
  border-style: solid;
  border-width: 7px;
  border-radius: 35px;
  }

main div
  {
  min-width: 600px;
  max-width: 600px;
  max-height: 600px;
  min-height: 600px;
  width: 50%;
  transform: translate(-50%, -50%);
  background-image: url("nothingtodohere.gif");
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  }

.logo
  {
  width: 600px;
  height: 600px;
  border-radius: 10px;
  object-fit: cover;
  }

.form_table
  {
  width: 100%;
  }

.content
  {
  min-width: 600px;
  max-width: 600px;
  margin: auto;
  align-items: center;
  text-align: center;
  }

.button
  {
  background-color: #338a3e;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  opacity: 0.75;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 10px;
  }

.button:hover
  {
  opacity: 1;
  }
