#title {
    text-align: center;
    padding-top: 26px;
    padding-bottom: 14px;
}

table {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    padding: 12px;
    text-align: center;
    font-size: 110%;
    width: 70%;
}

table tr{
    border: dotted;
    border-color: black;
}

table tr td {
    padding: 12px;
    border-bottom: solid;
    border-color: #d2d2d2
}

#headerRow{
    background-color: #64ca93;
    border-bottom: hidden;
}

#prices {
    display: flex;
    justify-content: center;
}

.subtitle{
    text-align: center;
}

#pic1{
    width:43%;
    margin-bottom: 14px;
}
#pic2{
    width:43%;
    margin-bottom: 14px;
}
#pic3{
    width:43%;
    margin-bottom: 14px;
}
#pic4{
    width:43%;
    margin-bottom: 14px;
}
#pic5{
    width:43%;
    margin-bottom: 14px;
}
#pic6{
    width:43%;
    margin-bottom: 14px;
}

#images{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}