<style>
	body {
		background-color: #000000;
		font-family: Arial, sans-serif;
		font-size:20px;
	}
	
        h1{
		color:red;
		font-size:13px;
	}

.container{
  margin: 25px;
  width: 600px;
  height: 500px;
  outline: dashed 1px black;

	display: flex;
	justify-content: left;
}