body {
  background-image: url(../images/wjesse.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  overflow-x: hidden;
}

.foreground-section {
  background: linear-gradient(rgba(0,0,0,0), black 15%);
  position: absolute;
  display: grid;
  grid-template-columns: 1fr;
  top: 20em;
  margin-left:-10px;
  margin-right:-10px;
  width: 100%;

}

.main-grid{
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  background: linear-gradient(rgba(0,0,0,0), black 15%);
}

.main-text {
  width: 100%;
  color: white;
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.5em;
  text-align: center;
  padding-top: 20px;
}


.present-button-container {
  position:relative;
  left: 40%;
  justify-content: center;
}


.present-button {
  justify-content: center;
  border: none;
  border-radius: 4px;
  padding: 10px;
  width: 20%;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 20px;
  margin-top: 30px;
}


.present-container {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  background-color: black;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}


.present-message{
  color: white;
  border-top: white solid 1px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.5em;
  text-align: center;
  margin-top: 30px;
  padding-top: 10px;
}

.present-image-container {
  position: relative;
  left: 50%;
  justify-content: center;
  margin-top: 40px;
  margin-left: -150px;
}

.present-image {
  justify-content: center;
  width: 300px;
}
