body {
    background-color: rgb(20, 20, 40);
    color: rgb(255, 255, 255);
    background: url("bgimg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: auto;
    text-align: center;
    font-family: sans-serif;
}

.title {
    font-family: sans-serif;
    color: rgb(200, 255, 5);
    text-shadow: 0px 0px 10px;
}

.btn {
    width: 160px;
    padding: 10px;
    background-color: rgb(0, 0, 0, 0.5);
    color: rgb(0, 255, 0);
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-top: solid 2px;
    border-bottom: solid 2px;
    border-radius: 5px;
    text-shadow: 0px 0px 10px;
    cursor: pointer;
    transition-duration: 300ms;
    margin-left: .5%;
    margin-right: .5%;
    margin-top: .5%;
    margin-bottom: .5%;
}

.btn:hover {
    box-shadow: 0px 0px 15px;
}

.goldhen {
    color: rgb(255, 215, 0);
    text-shadow: 0px 0px 10px;
}

.goldhen:hover {
    box-shadow:  0px 0px 20px rgb(255, 215, 0);
}

.extra_width {
    width: 300px;
}

.credits {
    background-color: rgb(0, 0, 20);
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    font-style: italic;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    bottom: 2%;
    position: fixed;
}

.bishalqx980 {
    color: rgb(0, 100, 255);
    text-decoration: none;
    text-shadow: 0px 0px 10px;
    font-weight: bold;
}

.bishalqx980:hover {
    text-decoration: underline;
}

hr {
    opacity: 20%;
    width: 80%;
}

#sysinfo {
    font-size: 12px;
}
