@media screen and (max-width:600px) {
  .column.left, .column.right {
    width: 100%;
  }
}

.titlebox {
	border: 3px solid blue;
	padding: 15px;
	background-color: #f0f0f0; /* Light gray background color */
	border-radius: 3px; /* Rounded corners */
	width: fit-content;
        }

h1 {
  font-size: 60px;
  font-weight: bold;
  margin:0;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  margin:0;
}

h7 {
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}