
        body {background-color: #ced8e4;} 
        @font-face{font-family:'Montserrat' ;font-style:normal; src:url('Montserrat-VariableFont_wght.ttf');}
        p,h1,h2,ol{ font-family:'Montserrat'; font-style:normal; color:#041c2d;}
        #text { margin-left: 91px; margin-right: 7vw; margin-top: 50px; line-height: 5vmin;}
        .red { /*color: #b54541; font-weight: bold; font-size: 140%; margin-left: 5px; margin-right: 5px; position: relative; top: 2px; */ }

        h1 {font-size: min(5vw, 24px);  }
        h2 {font-size: min(5vw, 22px); }
        #text p,ol,li{ font-size: min(4vw, 20px); }
        a { text-decoration: none; color: #914895;}

        .navi { font-weight: bold;}

        #ellipse {
            background-color: #ffffff;
            height: 270px;
            width: 450px;
            border-radius: 50%;
            position: absolute;
            top: -60px;
            left: -60px;
            z-index: -1000;
            opacity: 0.8;   
        }
        #circle {
            background-color: #ffffff;
            height: 300px;
            width: 300px;
            border-radius: 50%;
            position: fixed;
            bottom: -190px;
            right: -150px;
            z-index: -1000;
            opacity: 0.8;
        }
        #logo { 

        }
        #copyright {
            position: fixed;
            bottom: 10px; right: 10px;
            font-family: 'Montserrat'; font-weight:unset;
            text-align: right;
            line-height: 1vh;
            font-size: 11px;
        }
        #copyright a {
            color:#041c2d;
        }