#main {
    background-color: #307030;
}

#welcome_text {
    border-style: ridge;
    border-radius: 20px;
    border-color: darkgreen;
    background-color: darkgreen;
    color: black;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 2%;
    text-align: center;
}

#welcome_text:hover {
    background-color: darkgoldenrod;
}

#small_text_section {
    margin: 2%;
    height: 80%;
    align-items: center;
}

.small_text_section_box:hover {
    background-color: crimson;
}

.small_text_section_box {
    border-radius: 20px;
    border-color: darkblue;
    background-color: darkblue;
    color: floralwhite;
    text-align: center;
    width: 30%;
    padding: 1%;
    margin: 0.65%;
    height: 200px;
    float: left;
}
.small_text_section_box a {
	color: lightgreen;
}

ul {
	scroll-behavior: auto;
	list-style:none;
}

#documentation_text {
    align-self: center;
    float: top;
}

#downloads_text {
    align-self: start;
}

#blogg_text {
    align-self: end;
    float: right;
}

#copyrights {
	position: fixed;
	bottom: 0;
	left: 0;
	border: ridge;
	font-size: 10px;
	color:black;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}