body
{

}

#logo
{
    font-size: 50px;
    font-style: italic;
}

footer
{
    font-size: 25px;
    margin-top: 40px;
}

#encrypted_msg
{
    border: 1px solid black;
    width: 400px;
    height: 200px;
    overflow: auto;
    margin-bottom: 80px;
    padding: 10px;
}

#textarea
{
    width: 400px;
    height: 50px;
    padding: 10px;
}

a:hover
{
    text-decoration: underline;
}