html, body {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0; 
    margin-left: 3em;
    overflow-x: hidden;
    margin-top: 0;
}
#fp {
    height: 100%;
    width: 100%;
    background-color: rgb(1, 103, 1);
    display: flex;
    padding: 1em 2em 1em 2em;
    margin: auto;
}
#lies{
    flex-wrap: wrap;
    color: rgb(111, 114, 113);
    font-size: 2rem;
    font-weight: 800;
    width: 40%;
    height: 95vh;
    text-transform: capitalize;
}
#logo{
    flex-wrap: wrap;
    width: 40%;
    margin: auto;
}
#logo img{
    width: 30rem;
    height: 30rem;
}
#engines {
    border: 2px solid black;
    border-radius: 3em;
    padding: 1em;
    margin: auto;
    width: 45%;
    margin-top: 1em;
    text-align: center;
    margin-bottom: 2rem;
}
#engines button{
    width: 3em;
    height: 3em;
    border-radius: 0.5em
} 
#goRight {
    margin-left: 25rem
}
#goleft {
    margin-right: 25rem;
    background-color: black;
    display: flex;
}
#engineName{
    text-transform: capitalize;
    font-weight: 400;
    font-size: 2em;
}
#reviews {
    display: flex;
    flex-wrap: wrap;
    width: 80vw;
    margin: auto;
}
.ratings {
    border-radius: 1em;
    border: 1px solid black;
    display: flex;
    flex-wrap: wrap;
    width: 26%;
    padding: 1em;
    margin: 1em
}
.center{
    text-align:  center;
}
#planHolder{
    display: flex;
    height: 80vh;
    
    margin: auto;
}
.plans{
    display: flex;
    display: block;
    flex-wrap: wrap;
    width: 30%;
    margin: 1.5em;
    border: 1px solid black;
    border-radius: 1em;
    padding: 1em;
}
.ingots{
    width: 4em;
    height: 3em;
    margin: auto;
    margin-top: 0.5em;
    display: block;
}
.minerals{
    width: 3.2em;
    height: 3em;
    margin: auto;
    margin-top: 0.5em;
    display: block;
}
::selection{
    background-color: grey;
    color: white;
}
li {
    font-size: 1em;
}
.buy {
    padding: 1em;
    border-radius: 1em;
    width: 10em;
    height: 3em;
    /* margin: auto; */
    display: block;
    font-size: 1.5em;
    position: absolute;
    top: 165rem;
    margin-left: 3rem;
}
nav{
    width: 4.7rem;
    height: 100%;
    background-color: rgb(38, 150, 38);
    position: fixed;
    left: 0;
    transition: width 0.25s;
    padding:1em
}
nav img {
    margin-bottom: 2rem;
    width: 3em;
    height: 3em
}
#back{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#content {
    display: none;
    background-color: white;
    width: 30%;
    height: 80%;
    margin: 2rem;
    border-radius: 2em;
    position: fixed;
    text-align: center;
    z-index: 1;
    left: 27%;
    padding: 1em 4rem
}
#content #close{
    position: absolute;
    bottom: 1em;
    left: 47%;
}
#content input{
    text-align: center;
}
#content #copy{
    text-align: center;
    margin: 1em
}
#modalcontainer{
    display: flex;
    flex-wrap: wrap;
}
.modalitems{
    display: flex;
    margin: 0.5em 0;
    width: 50%
}
a {
    text-decoration: none;
    color: black
}
#svg {
    width: 1.2em;
    height: 1.2em;
    color: grey;
}
#settings{
    position: absolute;
    bottom: 2rem;
}
.price{
    position: absolute;
    top: 160rem;
    margin-left: 4.8rem;
}