body {
    font-family: serif;
    color: #6d563a;
    background-color: #f0fafc;
}

main {
    margin: 200px 0 30px 0;
}

.top{
    text-decoration: underline 2px #80d7e3;
    text-underline-offset: 20%;
    text-align: center;
}

.FAQ {
    display: grid;
    row-gap: 60px;
}

main table {
    width: 60%;
    margin: auto;
}

main table th {
    text-align: left;
    height: 50px;
    background-color: #80d7e3;
    padding-left: 10px;
}

.row1 {
    width: 10%;
}

main span {
    font-size: 16pt;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    main table {
    width: 90%;
}
}
