﻿body {
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
}

.page-content div,
#intro div,
.div3 div,
.div4 div,
#why div,
#what div,
#quick div,
#steps div,
#outro div,
#resources div {
    padding: 10px;
    margin-bottom: 20px;
}

div img {
    width: 50px;
    height: 50px;
}

.page-content,
#intro,
.div3,
.div4,
#why,
#what,
#quick,
#steps,
#outro,
#resources {
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

section {
    text-align: left;
    padding: 20px;
    margin-top: 0;
    display: inline-table;
}

h1 {
    font-size: 36px;
    color: black;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 20px;
}

    h3 img {
        margin: 5px;
    }

p {
    margin-left: 25px;
}

#intro {
    color: white;
    background-color: #2b84ea;
}

.div3 {
    color: black;
    /*background-color: #f5f5f5;*/
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 140px;
}

    .div3 section {
        background-color: #e9e2f0;
        border-radius: 10px;
        margin: 0 7%;
        padding: 0 5px;
    }

.div4 {
    color: black;
    /*background-color: #f5f5f5;*/
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    min-height: 250px;
}

    .div4 section {
        /*background-color: #e9e2f0;*/
        border-radius: 25px;
        margin: 7%;
    }

#why {
    background-color: white;
    /*color: black;*/
    /*
    padding: 10px 0;
    margin: 10px 0;
    */
}

    #why section {
        background-color: #f1f0e5;
        min-height: 250px;
        /*
    border-radius: 25px;
    margin: 10px;
    width: 23%;
    */
    }

    #why p {
        margin-left: 0;
    }

#what {
    color: black;
    background-color: #f5f5f5;
}

    #what section {
        background-color: #f1f0e5;
        border-radius: 25px;
        margin: 1%;
        width: 40%;
    }

        #what section img {
            margin-right: 15px;
        }

        #what section:first-of-type {
            background-color: #e3f2f2;
        }

        #what section:last-of-type {
            background-color: #e5afaf;
        }

        #what section:first-of-type ul li {
            background-image: url('../is/tick2.png');
            background-repeat: no-repeat;
            margin-bottom: 5px;
            list-style-type: none;
            padding-left: 25px;
        }

        #what section:last-of-type ul li {
            background-image: url('../is/cross2.png');
            background-repeat: no-repeat;
            margin-bottom: 5px;
            list-style-type: none;
            padding-left: 25px;
        }


#quick {
    color: black;
    background-color: white;
}

    #quick section {
        background-color: #f3e3ec;
        border-radius: 25px;
        margin: 1%;
        padding: 1%;
        width: 40%;
        min-height: 200px;
    }

    #quick ul {
        list-style-type: none;
    }

    #quick li::marker {
        content: "- ";
    }

#steps {
    /*color: black;*/
    background-color: #f5f5f5;
    /*display: grid;*/
    /*grid-template-columns: repeat(4, 1fr);*/
    min-height: 250px;
}

    #steps h1 {
        margin: 0;
    }

    #steps .div4 section {
        background-color: #e9e2f0;
        /*border-radius: 25px;*/
        /*        margin: 1%;
        padding: 15px;
*/
    }

#p {
    text-align: center;
    grid-column: 1 / -1;
    background-color: transparent !important;
}

#outro {
    color: purple;
    width: 60%;
    min-width: 500px;
    margin-left: 20%;
}


#resources {
    background-color: #999cf2;
}

/*    #resources section {
        background-color: #f3e3ec;
        border-radius: 25px;
        margin: 1%;
        padding: 1%;
        width: 90%;
        min-height: 100px;
    }*/




.download-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    margin-bottom: 5px;
}

.download-btn:hover {
    background: #ddd;
}
