	@import url("fonts.css");
body {background: #f3db13;margin: 0;}

	* { font-family: verdana; font-size: 10pt; COLOR: gray; }
	b { font-weight: bold; }
	table{ height: 80%;}
	td { text-align: center; padding: 25;}
.bank{
    background: #fff;
    padding: 18px;
    margin-top: 8px;
    color: #000;
    font-size: 20px;
    font-family: 'neo-regular';
}
.banka{margin-top: 30px !important;}
	.orta {
	        background: #000;
    height: 100%;
    width: 20%;
    position: absolute;
    left: 0;
    top: 0;
	}
	.text h1{color: #000;font-size: 30px;font-family: 'neo-medium';font-weight: 100;}
	.text p{color: #000;font-size: 21px;font-family: 'neo-regular';font-weight: 600;}
	.footer h1{color: #1778c7;font-size: 20px;font-family: 'neo-medium';padding: 31px 0 0 0;}
	.footer p{color: #1778c7;font-size: 20px;font-family: 'neo-regular';font-weight: 100;margin: 0;}
	.global{
	        display: flex;
    align-items: center;
    position: relative;
    min-height: 100vh;
	}
	.globCenter{
	        width: 100%;
            padding-left: 24%;
            padding-bottom: 5vw;
            padding-top: 5vw;
            padding-right: 10vw;
	}
	.bank span{
    font-size: 20px;
    font-family: 'neo-regular';
    color: #f3db13;
    margin-right:20px;
	}