body {
  background-color: #f5f5f5;
  font-family: Arial, sans-serif;
}

.buttondiv {
  display: inline-block;
  margin: 20px;
}

h1, h2 {
  text-align: center;
  font-size: 3em;
  margin-bottom: 20px;
}

.button {
  background-color: #1c1e20;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2em;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  height: 100px;
}

.button:hover {
  background-color: #d0793f;
  cursor: pointer;
}

.wrapper {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 90%;
}

.logo {
  width: auto;
  max-height: 100px;
}

.title_text {
  color: black;
  text-decoration: none;
}
.title_text:hover {
  color: #d0793f;
}


.button.testscene {
  background-image: url('../images/testScene.PNG');
  background-size: cover;
  background-position: center;
}

.button.instancedscene {
  background-image: url('../images/instancedscene.PNG');
  background-size: cover;
  background-position: center;
}

.button.instancedscene2 {
  background-image: url('../images/instancedscene2.PNG');
  background-size: cover;
  background-position: center;
}
.button.instancedscene3 {
  background-image: url('../images/instancedscene3.PNG');
  background-size: cover;
  background-position: center;
}
.images {
  display: flex;
  justify-content: space-between;
}
