/* Redirect styles */

body {
  text-align: center;
}

div#minimal_content {
  position: relative;
  margin: 2%;
  width: 96%;
  height: 96%;
  overflow: hidden;
  background-color: #D3F36D;
  text-align: center;
  border: 1px solid gray;
}
      
div#redirect {
  position: relative;
  height: 250px;
}

a {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  top: 40%;
  font-size: 1em;
  color: #1F5E2A;
}

a:hover {
  text-decoration: underline;
  color: #358C44;
}

div#minimal_content p.title {
  color: #1F5E2A;
  margin: 5%;
  width: 90%;
}

div#send_form {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  width: 500px;
  border: 1px dotted green;
}

a.close_link {
  font-size: 0.66em;
  border-bottom: 15px;
  top: 0;
}
