.home-card {
width: min-content;
}
.home-card p em {
display: none;
}
.dictionary {
border-collapse: collapse;
white-space: nowrap;
}
.dictionary th {
background-color: #750800;
color: #fff;
border-bottom-width: 0;
font-size: 1.05em;
padding: 5px 10px;
text-align: center;
}
.dictionary td {
color: #000;
font-size: 1em;
padding: 5px 10px;
}
.dictionary td, .dictionary th {
border-bottom: 1px solid #750800;
}