html {
    position: relative;
    min-height: 100%;
}

body {
    padding-bottom: 250px;
}

.logos {
    height: 15vh;
}

.logo {
    height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
}