﻿html {
    height: 100%
}
html, body {
    height: 100vh;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.4375;
    color: #000;
}

body {
    overflow-y: scroll;
}

.sp_bg {
    background: rgb(92, 47, 95);
    /*background: rgb(160, 32, 45);*/
}