#logo{
    width: 500px;
}

#pres-main{
    margin-bottom: 50px;
}

#requierement{
    margin-bottom: 50px;
}

h4{
    margin-top: 20px;
}

.badge{
    font-size: 1.1em;
}

#logo-container {
    padding: 25px 0;
}

#modeAltTitle{
    margin-top: 20px;
}

body{
    height: 100vh;
}

#container_container {
    overflow-y: auto;
}

#main_container {
    padding-bottom: 15px;
}

footer.main-footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

.footer-url{
    color: #6c757d;
}