.index-body{
    background-color: rgb(161, 255, 170);
}
.kauri-body{
    background-color: rgb(62, 94, 40);
}
.pohutukawa-body{
    background-color: rgb(156, 57, 57);
}
.kowhai-body{
    background-color: rgb(180, 201, 89);
}

h1{
    text-align: center;
    font-size: 80px;
    color: white;
    border: solid 3px;
    background-color: rgb(84, 194, 108);
    margin: 0;
}

p{
    color: white;
    font-size:20px;
    text-align: center;
    margin-bottom: 0px;

}

.box{
    border: solid 3px;
    background-color: rgb(84, 194, 108);
}
.attribution{
    font-style: italic;
    font-size: 15px;
}

img{
  max-width: 100%;
  height:auto;
  float: left;  
  margin: 10px;
  border-radius: 30px;
  border: solid 3px;
  color: white;
  margin-bottom: 0px;
}
.flex-container {
  display: flex;
}

.column-1, .column-2 {
  flex: 1;
}