/*
Theme Name: Bright Blue
Text Domain: bright-blue
Version: 0.2
Tested up to: 6.4
Requires at least: 4.7
Requires PHP: 5.2.4
Description: A bright blue theme.
*/

body {
	/* display: flex; */
	/* align-items: flex-start; */
	justify-content: center;
	height: 100vh;
	margin: 0;
	padding: 100px;
	font-family: "Arial", sans-serif;
  }
  
  .container {
	text-align: left;
	margin-left: 50px;
  }
  
  .blue-square {
	width: 100px;
	height: 100px;
	background-color: #125cfc;
	display: inline-block;
  }
  
  .title {
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
  }
  
  .subtitle {
	font-size: 16px;
	color: #555;
  }
  