#plant{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content:flex-start;
    min-height:100%;
    padding-top: 50px;
}
.plant_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:230px;
    height:320px;
    margin:10px;
    padding:10px;
    border: 1px solid #2f2f2f;
    cursor: pointer;
}

.plant_icon img{
    width:200px;
}

.plant_name{
    width:100%;
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
}


.plant_link, .plant_link:hover, .plant_link:visited, .plant_link:active{
    text-decoration: none;
    color:#2f2f2f;
}

#plant_name {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
    border-bottom: 1px solid #2f2f2f;
}

#back_plant {
    font-family: 'Barlow', sans-serif;
    color: #2f2f2f;
    text-decoration: none;
    display: inline-block; 
    transform: rotateY(180deg);
    margin-left: 5px;
    margin-right: 5px;
}