html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.grid-stack {
    min-width: 100px;
    min-height: 100px;
    background: #80808066;
}

.newWidget {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    margin: 10px;
}
.scale-025 {
    transform: scale(0.25);
}
.scale-2 {
    transform: scale(2);
}