﻿
:root {
    --main-size-bubble: 70; /* Define the CSS variable */
}
#divMain {
    width: 80vw;
    height: 80vh;

/*    background-color: rgb(219, 220, 221);
*/    margin: auto;
    border: 2px solid navy;
    position: relative;

}

* {
    font-family: Tahoma;
    font-weight: 700;
}


@media (max-width: 800px) {
    #text1, #text2 {
        width: 20%!important;
    }
}

