    body {
        background-color: #e8eaed;
    }
    .f15pt {
        font-size: 15pt;
        width: 245px;
    }
    .content {
        background: #610bb1;
        padding: 10px;
        font-size: 15pt;
        color: #fefefe;
        width: 100%;
    }
    .voilet0 {
        background-color: #333;
    }
    .voilet1 {
        background-color: indigo;
    }
    .voilet2 {
        background-color: #333;
    }
    textarea {
        width: 100%;
        min-height: 100px;
    }
    .encrypt {
        font-size: 15pt;
        background-color: indigo;
        border-radius: 3px;
        border: 1px solid #6d0202;
        color: #ffffff;
        padding: 7px;
        margin: 5px;
        float: center;
    }
    .encrypt:hover {
        background-color: #333;
    }
     
    .center {
        width: 70%;
        margin: auto;
    }
    #passcode {
        border-radius: 3px;
        border: 0px;
        outline: none;
    }
    #passcode:focus {
        border: 0px solid #530c96;
    }
    .top-relative {
        top: 200px;
        position: relative;
         left: -5px; 
    }
    .top-bar {
        width: 100%;
        position: fixed;
        z-index: 5;
        top: 0;
        left: 0;
        background-color: #fefefe;
        padding: 0px;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    }
    .ablock {
        text-decoration: none;
        color: #7c0abe;
        font-size: 15pt;
    }
    .h35px {
        height: 35px;
    }
    .txtbld {
        font-weight: bold;
    }
    .prb12px {
        position: relative;
        bottom: 10px;
    }
    .w35px {
        width: 35px;
    }