html{

    overflow-y:scroll;

}

body{

    min-height:100vh;

}

.header-logo{

    height:110px;

}

#flash-container{

    min-width:300px;

    max-width:350px;

    min-height:60px;

}

.flash-message{

    margin-bottom:8px;

    font-size:0.9rem;

}

.container{

    padding-bottom:40px;

}

.header-box{

    overflow:hidden;

}