body {
    background-color: #323232;
}

p {
    color: wheat;
}

.messages {
    text-align: center;
    height: 100%;
    background-color: #a09e9a;
    display: block;
    margin-left: 10%;
    margin-right: 10%;
}

.messagebox {
    background-color: #555555;
    border-radius: 15px;
    border-color: #121212;
    border-width: 1px;
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    resize: none;^
    height: 100%;

}

.textbox {
    min-height: 10%;
    align-content: center;
    position: absolute;
    bottom: 10px;
    width: 90%;
    left: 5%;
    height: auto;

}