body {
	height:100%;
	background-image: url('https://journal.its.ac.id/public/site/images/nrakhmawati/bgjur.png');
	background-repeat: repeat;
	background-position: left top;
}

.pkp_structure_content {
	background:#ffffff;
}

.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 220px;
    max-width: 100%;
    width: auto;
    height: auto;
}

.myButtonhalal {
		color: #ffffff;
			background-color: #2d63c8;
			font-size: 19px;
			border: 1px solid #2d63c8;
			padding: 15px 50px;
			cursor: pointer
}
.myButtonhalal:hover {
		color: #2d63c8;
		background-color: #ffffff;
}

        .button-container {
            display: flex;
            flex-direction: column; /* Arranges buttons vertically */
            align-items: center; /* Centers buttons horizontally */
            gap: 20px; /* Adds space between buttons */
            margin-top: 20px; /* Adds space from the top */
        }

        .blue-button {
            background-color:  #163893;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            text-decoration: none;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s ease;
            width: 200px; /* Optional: Set a fixed width for the buttons */
            text-align: center; /* Centers the text within the button */
        }

        .blue-button:hover {
            background-color: #a73ead;
        }