body {
    text-align: center;
    font-family: Courier;
    background-color: #212121;
    color:#00b41b;
}


#s1 {
    padding-top: 250px;
}

#s2 {
    padding-top: 150px;
}


#s3 {
    padding-top: 100px;
}

#s4 {
    padding-top: 50px;
}

#s5 {
    padding-top: 25px;
}

#messageInput {
    resize: none;
    width: 90%;
    height:24px;
    float:left;
    border: none !important;
    border-radius: 0.45rem;
    font-family: Courier;
    background: #181818;
    color:#00b41b;
    position: relative;
    left: 5%;
    vertical-align: middle !important;
}

#messageInput::placeholder {
    color:#00b41b;
}

#messageInput:focus {
    border: none !important;
}

#messageLabel {
    float:left;
    position: relative;
    left: 4.75%;
    top: 2.5px;
    color:#947900;
    
}




#usermessage {
    float:left;
    position: relative;
    left:9%;
    word-break: break-all;
    max-width:80%;
    text-align: left;
}


#resetChat {
    background-color:rgb(110, 110, 110);
    width: 15%;
    aspect-ratio: 5/2;
    border-radius:8px;
    color:rgb(211, 211, 211);
    font-size: 15px;
}

#resetChat:hover {
    background-color:rgb(100, 100, 100);
}