
html {
    position: relative;
    min-height: 100%;

}
body {
	background-color: white;
	}

.main_text {
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding: 20px;

}

p {
    text-align: justify;

}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #343a40;
    color: white;

}
.brkln_a a {
    color: #606060;
}
.brkln_a a:hover {
    color: #303030;
    text-decoration: none;
    border-bottom: solid 3px;
}
#sec_section {
    background-color: #F5F5F5;
}