
/* Setting global parameters for various sections of document */
body {
  background-color: #9D97A4; /* #63666F; /*#F0EFF4; /* #C6C3CF; */
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px;
}


/* Style the header */
.header {
  background-color: #472E7A; /*#2D1970; */
  color: #040404; /*#0D0B13; */
  padding: 40px;
  text-align: center;
  font-size: 18px;
}

/* Create three unequal columns that floats next to each other */
.column-container {
  display: table;
  width: 100%;
  float: left;
}

/* Left and right column */
.column.left {
  display: table-cell;
  width: 70%;
  background-color:#E4E0F1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18;
  padding-left: 10px;
  padding-right: 10px;
}

/* Left and right column */
.column.right {
  display: table-cell;
  width: 30%;
  background-color: #A89CCF;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}

img {
  width: 80%;
  height: 75%;  /* changed from 80% */
  position: center;
  padding-top: 30px; /* from 40px */
  padding-bottom: 20px;
} 

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


@media screen and (max-width: 600px) {
  .column.left, .column.right {
    width: 100%;
  }
}

.button  {
  background-color: #472E7A; /*#472E7A; */
  border: none;
  color: #D1CBD5; 
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

table {
  color: #0F0515;
  background-color: #C4BDF4; /*#AFA4F3 /* #6B66D2;  */
  border: 1px solid black;
  width: 100%;
  height: 70px;
  text-align: center;
  font-size: 18px;
  border-collapse: collapse;
  padding-top: 20px;
  padding-bottom: 20px;
}

/*  a:link, a:hover  {
  background-color: #472E7A; //* #472E7A;  
  border: none;
  color: #D1CBD5; 
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}*/

  


