body {
    background: #D3D3D3;
}
.center {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.page {
    width: 350px;
    margin: 0 auto;
}
.header {
    position: relative;
    width: 100%;
    height: 50px;
    min-width: 350px;
}
.title {
    position: relative;
    font-family: 'Permanent Marker', cursive;
    font-size: 32px;
}
.back {
    position: absolute;
    top: 5px;
    left: 0px;
    height: 24px;
    width: 24px;
    cursor: pointer;
}
.perfectcenter {
    display:flex;
    justify-content: center;
    align-items: center;
}
.token-icon {
    position: relative;
    top: -4px;
    height: 32px;
    width: 32px;
    border-radius: 10px;
}
.market-token-icon {
    position: relative;
    top: -4px;
    height: 48px;
    width: 48px;
    border-radius: 10px;
}