body {
  background-color: blanchedalmond;
  box-sizing: border-box;
}

.logo_heading {
  height: 300px;
  text-align: center;
}

.intro_text {
  font-size: medium;
  text-align: center;
  padding: 10px;
}

.studentform {
  display:flex;  
  justify-content: center;
  flex-grow: 1;
}

.filterbuttons {
  display: flex;
  justify-content: space-evenly;
}

.array_container {
  display: flex;
  margin: 40px;   
}
