table{
    width:100%;
    text-align:center;
}
td{
    width:100%;
}
#options{
    display:none;
}
.section{
    text-align:center;
    padding:10px 0px;
    margin:0 auto;
}
button{
    border: 1px solid grey;
    cursor:pointer;
    padding: 20px;
    font-size: 24px;
    color: white;
    background-color: red;
}
#dexscreener-embed {
    position: relative;
    width: 100%;
    padding-bottom: 125%;
}

@media(min-width:1400px) {
    #dexscreener-embed {
        padding-bottom: 500px;
    }
}

#dexscreener-embed iframe {
    position: absolute;
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
    border: 0;
}