h1 {
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 2em;
}

.test-embed {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 0.50cm;
    color: #000000;
    align-items: center;
    margin-bottom: 10px;
}

.heading1 {
    text-align: center;
}

.embed-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 1em;
    padding: 10px 20px;
    background-color: #000000;
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

.heading2 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 2em;
    color: rgb(0, 0, 0);
    text-align: center;
}

.img1 {
    display: block;
    margin: 20px auto;
    border: #ffffff solid 2px;
    border-radius: 20px;
    transform: scale(0.8);
}

.img2 {
    display: block;
    margin: 20px auto;
    border: #ffffff solid 2px;
    border-radius: 50x;
    transform: scale(1.5);
}

.img3 {
    display: block;
    margin: 50px auto;
    border: #ffffff solid 2px;
    border-radius: 20px;
    transform: scale(1.0);
}

.theheading1 {
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 5em;
}

.bottomParagraph {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: rgb(0, 0, 0);
    text-align: center;
    margin-top: 20px;
    background: rgb(218, 218, 218);
}