body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: azure;
}
.big-box{
    display: inline-block;
    margin: 0;
    padding: 0;
}
.title{
    text-shadow: 1px 1px 2px black;
    color: white;
    font-weight: bold;
    font-size: 2vw;
}
.producertitle{
    text-shadow: 1px 1px 2px black;
    color: white;
    font-weight: bold;
    font-size: 2vw;
    display: flex;
    margin-left: 12.5%;
    margin-top: 0%;
}
.producerpricetitle{
    text-shadow: 1px 1px 2px black;
    color: rgb(78, 248, 134);
    font-weight: bold;
    font-size: 2vw;
    display: flex;
    margin-left: 13.75%;
}
.producernumtitle{
    text-shadow: 1px 1px 2px black;
    color: rgb(167, 167, 167);
    font-weight: bold;
    font-size: 4vw;
    display: flex;
    margin-left: 90%;
    margin-top: -12.5%;
}
#leftsec{
    height: 25vh;
    width: 49.5vw;
}
#fartcount{
    margin-left: 19.75vw;
    margin-top: 5vh;
    align-items: center;
    width: 10vw;
    height: 5vh;
}
#fartspersecond{
    margin-left: 21.25vw;
    margin-top: 0;
    width: 10vw;
    height: 5vh;
    font-size: 1vw;
    align-items: center;
}
#upgrades{
    display: inline-block;
    margin-left: 19.75vw;
    width: 10vw;
    height: 5vh;
    position: absolute;
    margin-top: -5vh;
}
#fattyclickee{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50%;
    position: relative;
    margin-left: 0vw;
    margin-top: 0vh;
    margin-bottom: 20vh;
    transform: scale(0.75);
}
#bigfatty{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("images/fattyclickermain.png");
    background-size: 80%;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-position-x: center;
    background-position-y: center;
}
#bigfatty:hover{
    transform: scale(1.05);
    transition: 0.05s;
    cursor: pointer;
}
#bigfatty:active{
    transform: scale(0.95);
    transition: 0.05s;
    cursor: pointer;
}
#middivider{
    background-color: rgb(112, 112, 112);
    width: 1vw;
    height: 100vh;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.upgradable{
    position: absolute;
    margin-top: 7.5vh;
    margin-left: -25vw;
    width: 5vw;
    height: 5vw;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-color: rgb(128, 128, 128);
    border-color: rgb(92, 92, 92);
    border-radius: 5px;
    border-width: 0.25vw;
    border-style: solid;
}
#boosterseat{
    background-image: url(images/boosterseat.png);
    background-size: 65%;
}
.upgradable:hover{
    transform: scale(1.05);
    transition: 0.05s;
    cursor: pointer;
}
.upgradable:active{
    transform: scale(0.95);
    transition: 0.05s;
    cursor: pointer;
}
#itemtip{
    position: absolute;
    width: 25vw;
    height: 15vh;
    margin-left: -26.5vw;
    background-color: rgb(128, 128, 128);
    border-color: rgb(92, 92, 92);
    border-radius: 5px;
    border-width: 0.5vw;
    border-style: dashed;
}
#itemtip header{
    display: inline-block;
    margin-right: 10px;
}
#itemtipprice{
    text-shadow: 1px 1px 2px black;
    display: inline-block;
    margin-left: auto; 
    margin-right: 0;
    color: rgb(78, 248, 134);
    font-size: 1vw;
}
#itemtipdesc{
    text-shadow: 1px 1px 2px black;
    color: rgb(241, 241, 241);
    font-size: 1vw;
    margin-top: 0;
}
#fattyboosterseat{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("images/boosterseat.png");
    background-size: 75%;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    background-position-x: center;
    background-position-y: center;
}
#producer{
    display: inline-block;
    margin-left: 19.75vw;
    width: 10vw;
    height: 5vh;
    position: absolute;
    margin-top: 15vh;
}
.producable{
    position: absolute;
    margin-top: 7.5vh;
    margin-left: -25vw;
    width: 40vw;
    height: 5vw;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    background-color: rgb(128, 128, 128);
    border-color: rgb(92, 92, 92);
    border-radius: 5px;
    border-width: 0.25vw;
    border-style: solid;
}
#pointer{
    background-image: url(images/pointer.png);
    background-size: contain;
    background-position-x: 10px;
}
#tinyfatties{
    background-image: url(images/tinyfatty.png);
    background-size: 11.25%;
    background-position-x: 10px;
    margin-top: 92.5%;
}
#hyleftover{
    background-image: url(images/hyleftover.png);
    background-size: 11.25%;
    background-position-x: 10px;
    margin-top: 150.3125%;
}
.producable:hover{
    transform: scale(1.05);
    transition: 0.05s;
    cursor: pointer;
}
.producable:active{
    transform: scale(0.95);
    transition: 0.05s;
    cursor: pointer;
}