body {
	 background-image: url("https://images.squarespace-cdn.com/content/v1/664c7ae50eea9c731b37e817/e781f4c6-01d6-47b0-bd76-563ad4c0818c/DSC06616.jpg");
            font-family: "Inter", sans-serif;
}

h1 {
            color: rgb(4, 13, 102);
            font-family: "Archivo Black", sans-serif;
}

h2 {
			color: #1B5299;
			font-family: "Archivo Black", sans-serif;
			font-weight: 400;
			text-align: center;

		}

h3 {
			color: #1B5299;	
			font-family: "Archivo Black", sans-serif;
			font-weight: 400;
		    
		}

p {
			color: grey;
			font-family: "Inter", sans-serif;
		    font-optical-sizing: auto;
		    font-weight: 200;
		    font-style: "Inter", sans-serif;
        }
.col-md-5 {
	background-color: white;
	padding: 20px;
	border-radius: 10px;
	margin: auto; 
}