body {
		height: 100%;
		width:100%;
		margin: 0;
		background: linear-gradient(135deg, #1d4350, #a43931);
		background-size: cover;
		/*overflow: hidden;*/
	}
#medora-footer {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    color: #fff;
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}	