﻿body{
	background:pink;
	content: "Custom css included";
}
.custom_btn_style{
	font-style: italic;
    font-weight: 600 !important;
    color: #173053 !important;
}