body{
    background-color: black;
}

main{
    background-color: oldlace;
    width:900px;
    padding:10px;
    margin:auto;
    margin-top:5vh;
    text-align: center;
    border:black double 16px;
}

.containthoughts{
    margin:auto;
    display:grid;
    grid-template-columns: auto auto;
}

.thought{
    padding:10px;
    width:400px;
    margin: 10px auto;
    height: 100px;
    overflow: scroll;
    border:black double 6px;
}
