body{
    font-family:'Calibri', 'Gill Sans MT', 'Gill Sans', 'Trebuchet MS', sans-serif;
   
}

#plates{
    font-size: large;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.state{
    border: 2px black solid;
    margin: 10px;
    width: 200px;
    text-align: center;
    padding: 25px 0px;
}

.found{
    background-color: chartreuse;
}