	@font-face {
		font-family: 'jost';
		src: URL('/fonts/Jost.ttf') format('truetype');
	}
	* {
		font-family: 'jost';
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
	body {
		font-family: sans-serif;
		font-size: 18px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: start;
		background: #2f1f55;
		color: #d7d7d7;
	}
	.info-container {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: start;
	}
	.info-container:nth-child(even) {
		background: #383049;
	}
	.info {
		text-align: left;
		width: 800px;
		padding: 15px 5px 15px 5px;
	}
	.info img {
		padding: 10px;
		float: left;
		width: 80px;
		height: 80px;
	}
	.phone {
		font-size: 22px;
		white-space: nowrap;
		color: #03e536;
	}
