* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
  
*::-webkit-scrollbar {
    display: none;
}
  
a {
    text-decoration: none;
    color: inherit;
}

body {
    background-color: #000;
    color: #fff;
}

main {
    display: flex;
    flex-direction: column;
}

/* Animations */
@keyframes bounce {
    0% {
        transform: translateX(-50%) translateY(0);
    }
    25% {
        transform: translateX(-50%) translateY(-10px);
    }
    50% {
        transform: translateX(-50%) translateY(0);
    }
    75% {
        transform: translateX(-50%) translateY(-10px);
    }
    100% {
        transform: translateX(-50%) translateY(0);
    }
}

/* Utils */
.hor-divider {
    height: 1px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: rgb(255, 255, 255, 0.1);
}

.button {
    cursor: pointer;
    transition: all 1s ease;
}

/* Hover */
.cTSEX:hover,
.google-btn:hover {
    scale: 1.009;
    opacity: 1;
}

.mwr6I:hover,
.qxLoK:hover {
    opacity: 1;
    scale: 1.1;
}

.ZIlCv:hover {
    opacity: 1;
    scale: 1.1;
}

/* Others */
.EFqAi {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url('https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExc2ExeXExdGZlaW9paWg3emVhNnQ2NmtyNWd2dXc4NmM5OWFtbGU0ZiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/l5JbspfwZ0yjHjlJ0K/giphy.webp') no-repeat center center fixed;
    background-size: cover;
    position: relative;
}

.EFqAi h1 {
    font-size: 5em;
}

.EFqAi label {
    font-size: 2em; 
}

.IJOHK {
    margin-top: 100px;
}

.roP86 {
    position: absolute;
    bottom: 10px;
    width: 100px;
    fill: white;
    transform: translateX(-50%);
    animation: bounce 5s ease-in-out infinite;
}

.cOon2 {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 100px;
}

.qxLoK {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 50px;
    fill: white;
    opacity: 0.3;
}

.FLo2q {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 20px;
}

.nHcvu {
    flex: 1;
    min-width: 650px;
    min-height: 500px;
}

.nHcvu img, .XkXPw img, .cTSEX img {
    max-height: 450px;
    max-width: 650px;
    width: 100%;
    height: 100%;
    object-fit:cover;
    object-position: center;
    border-radius: 10px;
}

.mFoBM {
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    min-height: 200px;

}

.mFoBM h2, .l7vua h2 {
    font-size: 2em;
}

.mFoBM label {
    font-size: 1.3em;
    position: absolute;
    bottom: 0px;
}

.l7vua {
    min-height: 500px;
    padding: 30px 60px;
    display: flex;
    flex-direction: column;
}

.TpOkY {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    margin-top: 80px;
}

.XkXPw {
    flex: 1;
}

.yZcRR {
    height: 50px;
    fill: white;
}

.TpOkY .mFoBM {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    min-height: unset;
}

.cTSEX {
    max-width: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    opacity: 0.5;
    min-width: 650px;
    min-height: 500px;
}

footer {
    display: flex;
    align-items: center;
}

.bOhm8 {
    padding: 50px 60px 100px 60px;
}

.mwr6I {
    margin-left: auto;
    font-size: 1.2em;
    opacity: 0.5;
}

.ZIlCv {
    margin-left: 50px;
    opacity: 0.5;
}

.pHH9L {
    height: 25px;
    fill: white;
}

.login-container {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-wrap: nowrap;
    z-index: 2;
}

.google-btn {
    background-color: #4285F4;
    color: white;
    font-size: 20px;
    padding: 30px 100px;
    border: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}

.Wcr5v {
    display: flex;
    gap: 5px;
    padding: 2.5px;
}

.bhryk {
    flex: 1;
    background-color: #2A3335;
    height: calc(50vh - 10px);
    width: 10vw;
    border-radius: 5px;
}

.bhryk-2 {
    flex: 1;
    background-color: #2A3335;
    height: 15vh;
    width: 10vw;
    border-radius: 5px;
}

.MxX1x {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.em-3 {
    font-size: 3em;
}

.up {
    color: green;
}

.down {
    color: red;
}

.padding-top-0 {
    padding-top: 0px;
}

.aLCOc {
    padding: 20px;
    height: 100%;
}

.awcAd {
    /* height: calc(100% - 40px); */
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.trade-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr) 1.5fr;
    gap: 5px;
    padding: 3px;
    font-size: 1.2em;
}

.cell {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action, .result {
    font-weight: bold;
}

.cell:nth-child(2), .cell:nth-child(3) {
    opacity: 0.5;
}

.cell:first-child {
    justify-content: left;
}

.cell:last-child {
    justify-content: right;
}

.right-left-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.em-15 {
    font-size: 1.5em;
}

.page-block {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    z-index: 1;
}
