#noscript {
    color: #444;
    background-color: rgba(200, 0, 0, 0.4);
    border-radius: 25px;
    padding: 20px;
    box-shadow: 5px 5px 20px grey;
    width: 45%;
    margin: auto;
    margin-top: 150px;
    text-align: center;
}

#devider {
    height: 1px;
}