html {
    background-color:black;
    font-family: 'courier new';
}

#main-section {
    background-color:black;
    border: groove;
    border-color: beige;
    border-radius: 5px;
    position: absolute;
    left: 175px;
    top: 150px;
    padding: 15px;
    height: 560px;
    width: 1500px;
    margin: auto;
}

#Welcome {
    border: groove;
    border-color: beige;
    border-radius: 5px;
    justify-content: center; 
    text-align: center;
    background-color:dimgray;
    height: 100px;
    width: 1450px;
    margin: auto;
    padding-bottom: 15px;
    padding-top: 1px;
    font-size: x-large;
}
/* makes intro and gtkm side by side */
#container {
    position: absolute;
    align-content: center;
    column-gap: 60px;
    padding: 15px;
    
}

#entry::-webkit-scrollbar-thumb {
  background-color: #ffffff00;
  border: 3px solid transparent;
  border-radius: 30px;
  background-clip: padding-box;  
}

#entry::-webkit-scrollbar {
  width: 16px;
}


#entry {
    overflow-y: auto;
    gap: 10px;
    position: absolute; 
    justify-items: center;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 20px;
    padding: 10px;
    left: 157px;
    top: 40px;
    height: 350px;
    width: 1200px;
    border: groove;
    border-color: beige;
    border-radius: 5px;
    background-color:dimgray;
    font-family: 'courier new'  
   
}
.date{
    font-size: 20px;
    font-weight: bold;
}.time{
    font-size: 16px;
    font-weight: bold;
}






