

header{
    text-align: center;
}
.feature {
background: #ededed;
color: rgb(0, 0, 0);
text-align: center;
padding: 20px;
border-radius: 10px;
max-width: 300px;
}

.features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}
.bildeee{
    display: flex;
    justify-content: center;
}

body{
    margin: 0;
}

h1{
    background-color: #ededed;
    display: block;
    margin: 0;
    padding: 40px;
}

h3{
    text-align: center;
}

.teext{
    padding-left: 100px;
    padding-right: 100px;

}

.firstt{
    font-family: 'Comic Sans MS', cursive, sans-serif;
}

.container {
    margin: 20px;
    font-family: Arial;
}

.clickable-area {
    display:flexbox;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.text-container {
    text-align: center;
    flex-grow: 1;
  }

.text {
    margin-right: 10px;
}

.toggle-button {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.hidden-text {
    display: none;
    padding: 10px;
    background-color: #ededed;
    border-radius: 5px;
    margin-top: 5px;
}

.show {
    display: block;
}
