html {
    position: relative;
    min-height: 100%;
}

body{
    font-family: 'Roboto', sans-serif;
    margin-bottom: 60px;
}

.container-view {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: white;
}

.second{
    padding-top: 15px;
}



.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    padding-top: 5px;
    background-color: #000000;
}