html {
	background:#f5cf2c;
    border: none;
}

body {
	background:#f5cf2c;
    
    background-repeat: no-repeat;
    color: black;
}

a {
	color: #1E3556;
}
a:focus, a:hover {
	color: white;
}
a:active {
    color: yellow;
}

div.container {
	padding-top: 80px;
}
div, div.card, div.card-header {
    background-color: transparent;
}
div.card {
    padding-top: 2px;
    border: none;
}
.card-header {
    padding-bottom: 0px;
    border-bottom: none;
}
.card-block {
    padding-top: 10px;
	padding-bottom: 10px;
}
header {
    color: white;
    text-align: right;
	width:90%;
	position:fixed;
    padding-top: 25px;
    top-margin:50px;
}
footer {
    color: white;
    text-align: right;
	width:90%;
    position: sticky;
    padding-top: 25px;
    bottom:30px;
}
