body {
  background-color: #242323;
  color: #ececec; 
  font-family: "Tahoma";
}

#dateDisplay {
    text-align: center;
    font-size: 20pt;
    color: #ececec;
    margin-top: 20px;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.highlight {
    color: #ffbe3b;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

#frontList {
    display: flex; 
    flex-wrap: wrap; 
    gap: 20px; 
    justify-content: center; 
    width: 90%; 
    margin: 50px auto 0; 
    font-family: "Tahoma";
    font-size: 18pt;
}

.front-item {
    display: flex;
    flex-direction: column;
    padding: 15px; 
    border: 3px solid #3f3f3f;
    background-color: #3f3f3f; 
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); 
    width: 300px; 
}

.username {
    font-size: 16pt; 
    color: #ffbe3b; 
    font-weight: bold; 
    margin-bottom: 5px;
}

.frontlist-text {
    font-size: 20pt; 
    color: #ececec; 
}

