

.containertempat {
    display: flex;
    width: 800px;
    border: 1px solid #ccc;
    margin: 40px auto;
}

.sidebar.tabs {
    width: 100px;
    border-right: 1px solid #ccc;
    padding: 0;
    justify-content: flex-start;
}

.tab {
    padding: 15px;
    cursor: pointer;
    text-align: center;
}

.tab.active {
    background-color: #f5f5f5;
    font-weight: bold;
}

.content {
    padding: 20px;
    flex: 1;
}

.content h2 {
    margin-top: 0;
}

.address {
    margin-bottom: 10px;
    line-height: 1.5;
}

.maps {
    display: inline-block;
    margin-bottom: 20px;
    color: #007BFF;
    text-decoration: none;
}

.maps:hover {
    text-decoration: underline;
}
