header img{
    width: 100%;
    padding-bottom: 20px;
}

#msg {
    
    width: 300px;
    height: 600px;
    color: #41FF00;
    font-family: 'Courier New', Courier, monospace;
    background-color: rgb(100, 98, 98);
    overflow: scroll;
    
}

#players {
    /* width: 300px; */
    height: 600px;
    background-color: rgb(100, 98, 98);
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    color: #41FF00;
}

#players p {
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    color: #41FF00;
    text-align: center;
    text-decoration-style: solid;
}

#players img {
    width: 100%;
    height: 100%;
}

.border {
    border-width: 3px !important;
    border-color: #41FF00 !important;
}
