body {
    background: linear-gradient( 270deg, #292929, #000000)
}

.robux {
    width: 30px;
    text-shadow: 
        0 0 5px #ececec;
}

.pricing-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200vh;
    color: black;
}

.pricing {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #2b2b2b;
    font-weight: bold;
    border: 2px solid #9400D3;
    padding: 20px;
    box-shadow: 0 0 15px 5px rgba(148, 0, 211, 0.6);
    border-radius: 8px;
    text-align: center; 
    color: white;
    font-size: 1.5em;
    max-width: 900px;
    min-height: 100px;
   width: 500px;
   text-shadow: 
        0 0 5px #ececec;
}

.pricing img.robux {
    vertical-align: middle;
    margin: 0px;
    width: 20px;
    height: auto;
}

h2 {
    text-shadow: 
        0 0 5px #ececec;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.discordlink {
    width: 10px;
    text-shadow: 
        0 0 5px #ececec,
        0 0 20px #ececec;
}

.image-button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 
        0 0 5px #ececec,
        0 0 20px #ececec;
}

.image-button img {
    width: 100px;
    height: auto;
    text-shadow: 
        0 0 5px #ececec,
        0 0 20px #ececec;
}

.image-button:hover img {
    opacity: 0.8;
    text-shadow: 
        0 0 5px #ececec,
        0 0 20px #ececec;
}


header {
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 0 15px 5px rgba(148, 0, 211, 0.6);
    background: linear-gradient( 90deg, #2c2c2c, #000000);
}

.cnt {
    text-align: center;
    color: #ffffff;
    font-size: 5em;
    font-family: 'Arial', sans-serif;
    text-shadow: 
        0 0 5px #ececec,
        0 0 20px #ececec;
    margin-top: 200px;
}

footer {
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 0 15px 5px rgba(148, 0, 211, 0.6);
    background: linear-gradient( 90deg, #2c2c2c, #000000);
}
