body {
    background-color: #666666;
}

.content {
    max-width: 480px;
    margin: auto;
    border: 12px solid #999999;
    border-radius: 32px;
}

h1 {
    font-family:'Courier New', Courier, monospace;
    font-size: 48px;
    color: #333333;
    text-align: center;
}

#back {
    background-color: #333333;
    width: 480px;
    height: 600px;
    max-height: 600px;
    overflow: auto;
}

.message {
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    padding: 10px;
    width: max-content;
    margin: 10px;
}

.out {
    clear: both;
    background-color: darkslateblue;
    text-align: right;
    float: right;
    max-width: 400px;
    overflow-wrap: break-word;
}

.in {
    background-color: forestgreen;
    clear: both;
    max-width: 400px;
    overflow-wrap: break-word;
}

#one {
    position: relative;
    top: +10px;
    margin-bottom: 20px;
}

#message {
    width: 395px;
    height: 40px;
    position: relative;
    border-radius: 10px;
    margin: 10px;
    background-color: #333333;
    border: 0px;
    color: #cccccc;
    padding-left: 10px;
    
}

input:focus {
    outline: none;
}

#send {
    width: 40px;
    height: 40px;
    background-color: #333333;
    border-radius: 20px;
    color: #cccccc;
}

#options {
    width: 80px;
    position: relative;
    left: +200px;
    background-color: #333333;
    border-radius: 20px;
    color: #cccccc;
    margin-bottom: 10px;
}

#home {
    width: 80px;
    position: relative;
    left: +200px;
    background-color: #333333;
    border-radius: 20px;
    color: #cccccc;
    margin-bottom: 10px;
}

#login {
    margin: 0px;
    position: relative;
    width: 480px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    top: +20px;
}

#login-head {
    margin-top: 0px;
    color: #cccccc;
}