/*Universal style*/

body {
    background-image: none;
    background-size: cover;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    text-align: center;
    background-color: rgba(177, 233, 239, 0.755);
}

/*Leftsheet style*/

#leftsheet {
    position: fixed;
    object-position: 3px;
    border-style: groove;
    border-color: rgb(0,0,0);
    block-size: 40%;
    width: fit-content;
    height: fit-content;
    background-color: rgba(28, 86, 134, 0.605)
}

.ls_btn {
    border: none;
    color: black;
    font-size: 100%;
    font-weight: bold;
    width: 125px;
    height: 50px;
    border-bottom-style: solid;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(93, 93, 93);
    text-overflow: clip;
}

.ls_btn:hover {
    color: rgba(148, 148, 148, 0.71);
    border-color: black;
    transition-duration: 250ms;
}

/*Main tab style*/

#main-hdr {
    position: absolute;
    visibility: inherit;
    left: 30%;
    top: calc(9% - 70px);
    border-style: groove;
    border-color: rgb(0,0,0);
    block-size: 40%;
    width: 40%;
    height: fit-content;
    background-color: rgba(28, 86, 134, 0.605)
}

.main_btn {
    border: none;
    color: black;
    font-size: 100%;
    font-weight: bold;
    width: 125px;
    height: 50px;
    border-right-style: solid;
    border-left-style: solid;
    background-color: rgb(93, 93, 93);
    text-overflow: clip;
}

.main_btn:hover {
    color: rgba(148, 148, 148, 0.71);
    border-color: black;
    transition-duration: 250ms;
}

.ice_txt {
    position: absolute;
    top: calc(9% + 5px);
    left: 30%;
    font-size: 19px;
    visibility: inherit;
    text-align: center;
}

.ice_btn {
    border: none;
    position: absolute;
    color: black;
    font-size: 100%;
    font-weight: bold;
    width: 125px;
    height: 40px;
    top: 15%;
    left: 30%;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    visibility: inherit;
}

.sf_txt {
    position: absolute;
    top: 9%;
    left: 30%;
    font-size: 19px;
    visibility: inherit;
    text-align: center;
}

.sf_btn {
    border: none;
    position: absolute;
    color: black;
    font-size: 100%;
    font-weight: bold;
    width: 125px;
    height: 40px;
    top: 17%;
    left: 30%;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    visibility: inherit;
}

/*Settings tab style*/

.set_txt {
    font-size: 18px;
    visibility: inherit;
}

.set_btn {
    border: none;
    color: black;
    font-size: 100%;
    font-weight: bold;
    width: 110px;
    height: 40px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    visibility: inherit;
}

/*Challenges tab style*/

.chal_sct {
    border: none;
    color: black;
    font-size: 100%;
    font-weight: bold;
    width: 110px;
    height: 40px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    visibility: inherit;
}

#chal-txt {
    position: absolute;
    left: calc(38% + 2px);
    font-size: 19px;
    visibility: inherit;
    text-align: center;
}

#chal-btn {
    border: none;
    color: black;
    font-size: 100%;
    font-weight: bold;
    width: 110px;
    height: 40px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    visibility: inherit;
}

/*Upgrades tab style*/

#upg-hdr {
    position: absolute;
    visibility: inherit;
    left: 30%;
    border-style: groove;
    border-color: rgb(0,0,0);
    block-size: 40%;
    width: 40%;
    height: fit-content;
    background-color: rgba(28, 86, 134, 0.605)
}

.upg_hdr_btn {
    border: none;
    color: black;
    font-size: 100%;
    font-weight: bold;
    width: 125px;
    height: 50px;
    border-right-style: solid;
    border-left-style: solid;
    background-color: rgb(93, 93, 93);
    text-overflow: clip;
}

.upg_hdr_btn:hover {
    color: rgba(148, 148, 148, 0.71);
    border-color: black;
    transition-duration: 250ms;
}

.upg_txt {
    font-size: 19px;
    visibility: inherit;
    text-align: center;
}

.upg_btn {
    border: none;
    color: black;
    font-size: 100%;
    font-weight: bold;
    width: 110px;
    height: 40px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    visibility: inherit;
}

.hyper_txt {
    font-size: 19px;
    visibility: inherit;
    text-align: center;
}

#hyper-sbtb {
    position: absolute;
    left: 30%;
    font-size: 19px;
    visibility: inherit;
    text-align: center;
}
