html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Courier New", monospace;
    font-size: 0.92em;
}

.sf-root {
    height: 100%;
}

.svg-icon {
    fill: currentColor;
    flex-shrink: 0;
}








.sfwork-ss-new {
    position: relative;
    top: 20%;
    width: 480px;
    margin: auto;
    height: auto;
    background-color: white;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .sfwork-ss-new {
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        border-radius: 0%;
    }
}
