html {
    background-image: url('img.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #cbb2a5;
    color: rgb(202, 118, 118);
    text-align: center;
    overflow: hidden;
}

h1 {
    text-shadow: 0.1em 0.1em 0.2em black;
    font-size: 25px;
    color: white;
}

a {
    text-decoration: none;
}

#progress {
    display: block;
}

#menu {
    display: block;
}

#crypto {
    display: none;
}

#tools {
    display: none;
}

#lnx {
    display: none;
}

#mods {
    display: none;
}

#console {
    display: none;
}

.btn {
    background-color: #ffffff;
    color: rgb(95, 115, 195);
    width: 227px;
    height: 100px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 25px;
    margin-top: 18px;
    margin-bottom: 8px;
    margin-left: 5px;
    margin-right: 5px;
    border-style: none;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 30px;
}

.btn:hover {
    background-color: #000000;
}

.btn-alt {
    background-color: #cb6b6b;
}

.btn-alt:hover {
    background-color: #744b4b;
}

.btn-onln {
    background-color: #ffffff;
}

.btn-onln:hover {
    background-color: #f6f6f6;
}

.btn-toolbox {
    background-color: #ae2301;
}

.btn-toolbox:hover {
    background-color: #d42a01;
}

.btn-ps5 {
    background-color: #1d2da8;
}

.btn-ps5:hover {
    background-color: #000000;
    color: #303030;
}
