@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Quicksand:wght@300..700&display=swap');

body {
    padding: 16px;
    font-size: 1.0em;
    color: #666666;
    font-weight: 400;
    font-family: "Mulish", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Quicksand", sans-serif;
}

a, a:hover, a:link, a:visited {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

table, th, td {
    border: 1px solid #333;
    border-collapse: collapse;
}

th, td {
    width: 25%;
    padding: 8px;
    vertical-align: top;
    text-align: left;
}

td ul,
td p,
td h4 {
    margin-top: 0px;
    padding-top: 0px;
}

.buttons {
    text-align: center;
    margin: 32px 0px;
}

.button {
    display: inline-block;
    width: 40%;
    padding: 16px 8px;
    text-align: center;
    font-size: 16px;
    background-color: #ccc;
    border-radius: 16px;
    color: #fff !important;
}

.button_true {
    background-color: #00D6BD;
}

