/*-- Basic stuff --*/
body {
    background-color: black;
    color: black;
    font-family: "Trebuchet Classic", sans-serif;
    margin: 0px;
    position: relative;
    height: auto;
    width: 100%;
}

.sidebar p {
    font-size: 14px;
    color: #fff;
    font-style: normal;
}

.sidebar h1 {
    font-style: normal;
    margin: 0px;
    margin-top: 2px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 20px;
    font-size: 25px;
    text-decoration: underline;
    color: #fff;
}


/*--Sticker css--*/
.draggable {
    position: absolute;
    z-index: 10;
    display: inline;
    border: none;
    
}

img{
max-width: 100%;
  height: auto;
}