body {
    margin: 0px;
    font-family: monospace;
    background-image: url("https://cdn.shopify.com/s/files/1/2710/8782/files/2_2e388529-ff76-4300-9dec-2be846777cc0.jpg?v=1683377356");
    background-size: cover;
    background-position-y: 25%;
    background-position-x: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.header {
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    padding: 25px;
    color: rgb(100, 0, 200);
}

.gradBody {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    position: relative;
    top: 450px;
    height: 15px;
}

.nogradBody {
    background: black;
    position: relative;
    top: 450px;
    padding: 10px;
}

.text {
    margin: 20px;
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
}

.container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 60%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
  	border: none;
}

h2 {
    color: rgb(100, 0, 200);
}

a {
    color: rgb(100, 0, 200);
    font-size: 2em;
    font-style: normal;
    font-weight: bold;
}