body {
    margin: 0px;
}


 @media (max-width: 414px) {  /*  phone screen */
    #title-image {
        width: 100%;
    }

    #title-box {
        width: 100%;
    }

    h1 {
        font-size: 8vw;
    }

    h2 {
        font-size: 4vw;
    }

} /*  end phone screen */


@media (min-width: 415px) {  /*  tablet, laptop & desktop screen */

    #title-image {
        width: 50%;
        float: left;
        margin: 0px 0px 30px 0px;
    }

    #title-box {
        display: inline-block;
        width: 50%;
    }

    h1 {
        font-size: 4vw;
    }

    h2 {
        font-size: 2.2vw;
    }
    
} /*  end tablet, laptop & desktop screen */


#icon {
    margin: 0px 0px 0px 15%;
    width: 25%;
    float: left;
}

#icon-box {
    width: 50%;
    display: inline-block;
    margin: 5% 0px 0px 22%;
}

#top-nav {
    clear: both;
}

#features {
    display: inline-block;
}

a {
    color: black;
    text-decoration-line: none;
}

h1, h2{
    text-align: center;
}

h3 {
    color: rgb(54, 197, 78);
}

p {
    line-height: 1.5;
    text-align: left;
    margin-right: 30px;
}

.link {
    padding: 10px;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    margin: 20px auto;
    border: 1px solid black;
    background-color: rgb(54, 197, 78);
}

.copyright {
    margin-top: 40px;
    margin-left: 30px;
}
