
.big-separator-line {
    width: 100%;
    height: 75px;
    background-color: white;
}

.small-separator-line {
    width: 100%;
    height: 10px;
    background-color: white;
}


.bigger {
    transition: transform .2s; /* Animation */
}

.bigger:hover {
    transform: scale(1.2);
}