.cryptopricesrectangle {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 1px;
    background-color: #171717;
    width: 182px;
    height: 52px;
}
.cryptoprices {
    position: absolute;
    top: 12px;
    left: 19px;
    display: inline-block;
    width: 144px;
    height: 27px;
}
.cryptopricesbutton {
    position: relative;
    width: 182px;
    height: 52px;
}
.gvrectangle {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 1px;
    background: linear-gradient(180deg, #5988ff, #44874f);
    width: 182px;
    height: 52px;
}
.global-vernacular {
    position: absolute;
    top: 15px;
    left: 20px;
    display: inline-block;
    width: 142px;
    height: 22px;
}
.gvbutton {
    position: relative;
    width: 182px;
    height: 52px;
    font-size: 16px;
    font-family: Skranji;
}
.buttons {
    order: 2;
    width: 389px;
    height: 52px;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-direction: row;
}
.manythingslol {
    order: 1;
    font-size: 24px;
    font-family: 'Press Start 2P';
    width: 337px;
    height: 23px;
    margin-bottom: 2%;
}
.outerframe {
    position: relative;
    background-color: #505cce;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    text-align: left;
    font-size: 20px;
    color: #fff;
    font-family: 'IBM Plex Mono';
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.gvrectangle:hover {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1) inset;
}
.cryptopricesrectangle:hover {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 1) inset;
}
body {
    margin: 0%;
}
