.content {
    width: 100%;
    height: 100%;
    
    padding: 30px 0 0 15px;
    
    cursor: none;
    user-select: none;
    line-height: 25px;
    color: #ffffff;
    
    background-color: #000000;
}
