@font-face {
    font-family: custom_font;
    src: url("kartika.ttf");

}

body {
    background-color: #AD1F57;
}

.banner_image {
	margin-top: 15%;
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    height: auto;
    min-width: 200px;
}

.subtitle {
	font-family: custom_font;
	letter-spacing: 9px;
	color: white;
	font-size: 50px;
	text-align: center;
	margin-top: 5%;
	margin-left: 15%;
	margin-right: 15%;
}

.contact {
	font-family: custom_font;
	letter-spacing: 7px;
	color: white;
	font-size: 40px;
	text-align: center;
	margin-top: 5%;
	margin-left: 15%;
	margin-right: 15%;
}