body {
    font-family: 'Manrope', sans-serif;
    background: #f8f8f1;
}
header, footer {
    background: #272525;
    color: #fff;
    padding: 2rem;
    text-align: center;
}
header a, footer a, header a:hover, footer a:hover {
    color: #fff;
}
header a:hover, footer a:hover {
    opacity: 0.75;
}
#pay-form{
	margin:0 auto!important;
}