body{
    background-color: rgb(34, 34, 34);
    font-size: var(--font-size);
    font-family: "DynaPuff", itim;
    font-weight: 600;
    color: gainsboro
}

.line {
    margin-top: 1vh;
    margin-bottom: 1vh;
    height: 1px;
    width: 97vw;
    background-color: whitesmoke;
}       

ul {
    list-style-type: disc;
    margin-left: 20px;
}

.cta-button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}

strong {
    font-weight: bold;
}
