@font-face { 
    font-family: 'Roboto'; 
    font-style: normal; 
    font-weight: 400; 
    src: local('Roboto'), 
    local('Roboto-Regular'), 
    url('../font/Roboto-Regular.ttf') format('truetype'); 
}
body {
    background-color: whitesmoke;
}
#noscript-main {
    margin-top: 5%;
}
#noscript-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
#noscript-message {
    font-family: Roboto;
    font-size: 20px;
    background-color: white;
    padding: 10px 30px;
    margin: 0 auto;
    width: 50%;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);            
}
#noscript-footer {
    /* width: 100%; */
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 0px;
    right: 0px;
    border-top: 2px solid #bfbfbf;;
    padding-top: 15px;

}
