body, main {
    font-family: sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
}
section {
    font-size: 30px;
    text-align: center;
    padding: 50px;
}
section:nth-of-type(2n) {
    color: #000000;
    background: #FFFCFA;
}
section:nth-of-type(2n+1) {
    background: #d4b017;
    color: #FFFCFA;
}
h1, h2 {
    color: #FFFCFA;
    margin-left: 15%;
    z-index: 2;
}
h1:first-of-type {
    margin-top: 280px;
    font-size: 70px;
    margin-bottom: 8px;
}
h1 .ready {
  color: #d4b017;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}
main > img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  position: absolute;

}
#software {
  display: flex;
  flex-direction: row;
  width: 100%;
}
#software .column {
  flex-grow: 1;
  color: black;
  font-size: 20px;
  box-shadow: 0px 4px 20px -6px rgba(0,0,0,0.75);
  margin: 80px;
  padding: 60px 0;
}
#software .column img {
  max-height: 100px;
  margin-left: auto;
  margin-right: auto;
}
