body {
	background-image: url("heaven_bg_7_tile_ready.png");
    
	background-repeat: repeat; 
	background-attachment: fixed; 
	color: white;
	font-family: 'IBM Plex Mono', monospace;
	}

.content_box {
	background-color: black;
	width: 727px;
	height: auto;
	text-align: center;
	border: 2px solid white;
	margin-left: auto;
    margin-right: auto;
    margin-top: 19px;
	justify-content: center;
	opacity: 99%;
    position: relative;



}


.content_box_2 {
	background-color: black;
	width: 727px;
	height: auto;
	text-align: center;
	border: 2px solid white;
	margin-left: auto;
    margin-right: auto;
    margin-top: 37px;
	justify-content: center;
    padding: 11px 0px 11px 0px;
    opacity: 99%;
    
	


}

.title p {
    text-align: center;
}

#ttles {
    font-size: 23px;
}

.paragraph_box{
    padding: 11px;
    
}


.textboxk a {
	color: white;
	font-size: 19px;
    opacity: 100%
}
.navbar a{
    display: inline;
    text-decoration: none;
    margin: 0px 29px 0px 29px;
    border-left: 2px solid white;
    border-right: 2px solid white;
    padding: 3px;
    transition: 0.2s;
  


}

.navbar a:hover{
    color: turquoise;
    transition: 0.2s;
    text-decoration: underline;
    border-top: 2px solid turquoise;
    border-bottom: 2px solid turquoise;
    border-left: 2px solid black;
    border-right: 2px solid black;

}
.paragraph_box p {
    font-size: 19px;

}

.contant_box{
    font-size: 19px;
    padding: 11px;


}

.content_box p{
    font-size: 19px;
    height: auto;


}




.spacer{

    height: 101px; 
    margin: 0px;

}



.bottoms {
    position: absolute;
    bottom: 0;
    width: 100%;



}

.content_box a{
    transition: 0.2s;

}

.contact_box{
    text-align: center;
    display: inline-block;

}



.contact_box a:hover{
    text-decoration: none;
    transition: 0.2s;
    color: turquoise;
}




.lainchanbanner{
    width: 240px;


}
