@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Damion&display=swap');#opening-anchor{display: none;}#closebutton {dispaly: none;}.highslide-container{display:none;}html, body { display: flex; justify-content: center; align-items: center; height: 100%; width: 100%; margin: 0; padding: 0;font-family: 'Roboto', sans-serif;}#flex_box_div {display:flex;flex:1;flex-direction: column;align-items: center;background: white;padding: 20px;margin:20px;border-radius: 10px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);max-width: 600px;box-sizing: border-box;}#custom_title {font-family: "Damion", cursive;font-size: 4em;font-weight: bold;margin-bottom: 10px;}#custom_slogan {text-align: center;font-size: 1.5em;font-style: italic;color: #666;margin-bottom: 20px;}#div_paragraph {text-align: justify;margin-bottom: 15px;line-height: 1.6;}#div_paragraph2 {text-align: left;margin-bottom: 15px;line-height: 1.6;}@media (max-width: 600px) {#flex_box_div {padding: 15px;max-width: 100%;}