html,
body {
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: #0e0e0f;
}

body {
    background: linear-gradient(to bottom right, #0e0e0f, #060607, #0e0e0f);
    background-size: cover;
    background-repeat: no-repeat;
}

a {
    font-size: large;
    color: #FFFFFF;
    font-family: "Istok Web", sans-serif;
    font-weight: 400;
    font-style: normal;
}

label {
    font-family: "Istok Web", sans-serif;
    font-weight: 400;
    font-style: normal;
}

hr {
    width: 80%;
    border: none;
    /* Remove default border */
    height: 2px;
    /* Set the height of the line */
    background: linear-gradient(to right, #00000000, #ffffff41, #ffffff3f, #86868631, #00000000);
    margin-top: 0;
    margin-bottom: 0;
}

br {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none
}