.showSection {
    opacity: 100%;
    display: block;
}

.hideSection{
    opacity: 0;
    display: none;
}