
body {
    font-family: "Courier New", monospace;
    color: #635648;
    padding: 20px;
    background-color: #DBCEBF;
    text-align: center;
	font-weight: bold;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}
.box {
    background-color: #f5f3f3;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 48%;
    text-align: left;
    box-sizing: border-box;
    margin-bottom: 20px; 
}


.reference-box {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
	text-indent: 40px;
}
