@charset "UTF-8";
/* CSS Document */
        h1 {
            color: #6a0dad;
            font-size: 28px;
            text-align: center;
            border-bottom: 3px solid #ff69b4;
            padding-bottom: 10px;
			margin-top: 5%;
        }
        h2 {
            color: #8a2be2;
            font-size: 22px;
            border-bottom: 2px solid #ff69b4;
            padding-bottom: 5px;
            margin-top: 25px;
        }
        h3 {
            color: #ff69b4;
            font-size: 18px;
            margin-top: 20px;
            font-weight: bold;
        }
        p, ul {
            line-height: 1.8;
            font-size: 16px;
        }
        ul {
            list-style: none;
            padding-left: 0;
        }
        ul li {
            background: rgba(138, 43, 226, 0.1);
            margin: 5px 0;
            padding: 10px;
            border-radius: 5px;
            display: flex;
            align-items: center;
			text-align: left;
        }
        ul li::before {
            content: "\2022";
            color: #ff69b4;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-right: 10px;
        }
        .highlight {
            font-weight: bold;
            color: #ff69b4;
            background-color: rgba(255, 105, 180, 0.2);
            padding: 3px 6px;
            border-radius: 4px;
        }    
/*        .mlcom_box_button {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 20px;
        }
        .mlcom_box_button a {
            text-decoration: none;
        }
        .button-simple {
            color: #fff;
            padding: 12px 20px;
            border-radius: 25px;
            font-size: 16px;
            font-weight: bold;
            text-transform: uppercase;
            text-align: center;
            transition: all 0.3s ease;
            display: inline-block;
        }
        .button-left {
            background: linear-gradient(to right, #8a2be2, #6a0dad);
        }
        .button-left:hover {
            background: linear-gradient(to right, #6a0dad, #4b0082);
            transform: scale(1.05);
        }
        .button-right {
            background: linear-gradient(to right, #ff69b4, #ff1493);
        }
        .button-right:hover {
            background: linear-gradient(to right, #ff1493, #c71585);
            transform: scale(1.05);
        }*/
	.margin-top{
		margin-top: 5%;}

