@import url(layout.css);

.QandA{
    text-align: left;
}

article{
    background-color: #a6d0e095;
    
  }

details{
    padding: 10px;
    margin-top: 20px;
    margin-left: 10px;
    border: 2px black solid;
    border-radius: 10px;
    background-color: white;
    box-shadow: 2px 2px gray;
    transition: all 0.5s;
    left: 0;
}

details:hover{
    padding: 20px;
}

.answer{
    margin-left: 20px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
}

summary{
    color: black;
    font-size: 20px;
    font-weight: bold;
}

.faqHeader{
    font-size: 40px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
    text-align: center;
    align-self: center;
}



.decorationLine{
    border-bottom: 3px solid black;
}

.header{
    display: flex;
    flex-direction: column;
}
