.maincontainer{
			width: 1300px;
			margin: auto;
		}

		.head {
			width: auto;
			height: auto;
			display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
		margin-bottom:  1px;
			
		}
		
		.thebody {
			width: 100%;
			display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    color: white;
			
		}

		.maintext {
			height: 700px;
			width: 750px;
			border: 5px ridge;
			border-color: #240f09;
			color: #240f09;
			padding: 25px;
			text-align: center;
			overflow:auto;
			margin-left: 1px;
		}

.box {
			position:fixed;
            top:65px;
            left:60%;
			width: 300px;
			height: 375px;
			border: 5px ridge;
			border-color: #240f09;
			padding: 15px;
			display: inline-block
			
		}
a:-webkit-any-link {
    color: #044d37;
    text-align: center;
}