.content {
    display: none;
    padding: 40px;
    background-color: white;
    text-align: center;
}

.content.active {
    display: block;
}