
body {
    background-color: whitesmoke;
    /*background-image: url("bg.png");*/
    background-size: 350px 350px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: small;
    align-items: center;
}

.storybox {
    background-color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    align-self: center;
    resize: none;
    border-radius: 8px;
    border: blue;
    border-style: groove;
    height: 68%;
    width: 90%;
}

.title {
    font-size: x-large;
    align-self: center;
    text-align: center;
}

.sidecontainer {
    width: 15% !important;

}

.container {
    text-align: center;
    background-color: whitesmoke;
    width: 70% !important;
}

.charcounter {
    color: gray;
}

.main {
    width: 100%;
    display: flex;
}

.terms {
    display: none;
}

.notify {
    display: none;
    color: green;
    text-align: center;
}

.disclaimer {
    vertical-align: bottom;
    color: gray;
    text-align: center;
}

.sendbtn {
    background-color: #0066ff;
    width: 150px;
    height: 40px;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border-radius: 12px;
    border: none;
}