body {
    background-color: #2979da;
    background: linear-gradient(to right, #0232a0, #2979da);
}

#container-above-navbar {
    width: 100%;
	height: 100vh;
}
#zgoda-title-navbar {
    color: white;
    font-size: 2.5em;
    text-align: center;
	margin-top: 8%;
}
.my-li {
    list-style-type: none;
    text-align: center;

}
.my-li a {
    color: white;
    font-size: 1.2em;
    text-decoration: none;
    border: 2px solid #215ee8;
    border-radius: 20px;
    margin-bottom: 1em;
    background-color: #0c3eca;
    display: block;
    padding: 0.2em;
}
.my-li a:hover {
    color: #083394;
    background-color: white;
    font-weight: bold;
}
#my-ul {
    width: 100%;
    margin-top: 3em;
    margin-left: -10px;
}
p.sp-p {
	color:white;
	font-size:2em;
}
.fb {

}
#footer {
    background-color: #0120ff00;
    color: #083394;
    font-size: 1.3em;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
    height: 45px;
}
#footer a {
    text-decoration: none;
    color: #083394;
}