.faq-page{
    background: white;
}



header{
    padding: 1rem;
    background: #121212;
}

.meny{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem;
}

main h1{
    color:#F62C84;
    text-align: center;
    font-size: 4rem;
    font-family: 'Roboto', sans-serif;
    margin-top: 2rem;
}

.questions-wrapper{
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding: 2rem;
    background-color: #fff7fb;
    border: solid 5px #f3d9e8;
    border-radius: 15px;
    font-family: 'Roboto', sans-serif;
}

.questions-wrapper h2{
    font-size: 2.7rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
}

.questions-wrapper p{
    width: 90%;
    font-size: 1.6rem;
    margin-left: 1.5rem;
}

footer{
    background: black;
  }