.tips_container{
	width: 50%;
	margin-left: auto;
    margin-right: auto;
    display: block;
    min-height: 100vh;
    margin-top: 15vh;
    
}

.tip_container{
	font-family: "Consolas", "Menlo", "Courier", monospace;
	width: 100%;
	display: block;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-top: 10vh;
}
.tips_intro{
	text-align: center;
}
.tip_title{
	display: block;
	margin-left: 5%;
	font-weight: bold;
	padding-top: 5%;
	margin-bottom: 5%;
}
.tip_text{
	margin: auto;
	width: 90%;
	padding-bottom: 5%;
}