.fulloto_footer {
    background-color: #121212;
    width: -webkit-fill-available;
}

.fulloto_footer_logo {
    height: 60px;
    width: -webkit-fill-available;
    object-fit: contain;
}

.fulloto_footer_row {
    display: flex;
    flex-direction: row;
}

.fulloto_footer_column {
    padding: 16px;
    margin: 4px;
}

.fulloto_footer_link {
    font-size: 14px; 
    color: #fefefe;
}