@font-face {
 font-family:Inter;
 font-weight:400;
 font-style:normal;
 font-display:swap;
 src:url(fonts/Inter-Regular_77812e2f.woff2) format("woff2"),
 url(fonts/Inter-Regular_41cd7069.woff) format("woff")
}
@font-face {
 font-family:Inter;
 font-weight:500;
 font-style:normal;
 font-display:swap;
 src:url(fonts/Inter-Medium_900f3102.woff2) format("woff2"),
 url(fonts/Inter-Medium_592a30dc.woff) format("woff")
}
body {
 
  font-family: 'Inter', sans-serif;
  font-weight:400;
}
section{
	padding:50px 0;
}
.highlight{
	border:1px solid red;
}
.text-danger{
	font-size:15px !important;
}
.link_peter{
	font-weight:bold;
  	text-decoration: none !important;
  	color: #ff8a71;
}
a:hover{
	
	
	color: #ff4b25;
}
.donaora:hover{
	background-color: #00ad86;
	
}
	
	
	

.donaora{
	
	font-family: 'Inter', sans-serif;
	
    display: inline-block;
	margin: 0;
	border: none;
	border-radius: 24px;
	padding: 12px 24px;
	height: 48px;
	min-width: 120px;
	width: auto;
	text-align: center;
	
	white-space: nowrap;
 	
}
.form-group{
	margin-bottom:10px;
}

.form-control{

	font-size: 1.5rem !important;
	
	background: transparent;
	border: 1px solid #A7A7A7;
	padding: 25px;
	border-radius: 5px !important;
	color: #535353;
}
