body {
	background-color: #bfe3dd;
	color: #000;
    margin: auto;
    font-family: Monospace;
}

a {
	color: #2983ff;
    text-decoration: none;
}

.main-container {
    margin: auto;
    /* width: 60%; */
    max-width: 700px;
    width: 90%;
}

.center{
    text-align: center;
}

.heading {
    text-align: center;
    text-decoration: underline;
}

.content {
    margin-bottom: 50px;
}

.content > div {
    margin: 10px;
}

#bottom {
    width: 100%;
    position: fixed;
    bottom: 10px;
    text-align: center;
    background-color: #bfe3dd; 
}

#contributorsList > li{
    margin: 6px;
}

.sponsor > div {
    text-align: center;
}
.sponsor > .text {
    font-size: 16px;
}
#sponsor-header > span{
    color: #2983ff;
    text-align: center;
    padding-bottom: 3px;
    border-bottom: 3px solid #2983ff;
}

.heart {
    color: red;
    font-size: 1.8em;
}

#interestedText {
    margin-top: 30px;
}

.main-container{
    margin-bottom: 45px;
}