* {
    margin: 0;
    padding: 0;
}

h1 {
    text-align: center;

    font-size: 80px;
}

h2 {
    text-align: center;
    margin-bottom: 33px;
    font-size: 40px;
}

h3 {
    text-align: center;

    font-size: 30px;
}

h4 {
    font-size: 20px;
}

p {
    font-size: 18px;
    margin-bottom: 15px;
}

.image{
    width: 400px;
    height: 300px;
    margin: 0px 0px 20px 40px;

    float: right;
    border: solid white;
}

ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

li {
    height: 175px;
}

.card {
    width: 100%;
}

.card img {
    float: left;
    margin-right: 13px;
}

.card p {
    margin-top: 5px;
    margin-right: 40px;
}





body {
    font-family: 'Archivo Narrow', sans-serif;
}

header {
    padding: 170px;
    line-height: 70px;

    background-image: url("https://us.123rf.com/450wm/simonbear/simonbear2209/simonbear220907333/191719696-beautiful-colorful-abstract-wallpaper-3d-rendering.jpg?ver=6");
    background-size: cover;

    color: white;
}

section {
    padding-top: 40px;
}

section div {
    padding-bottom: 60px;

    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#sect1 {
    background-color: #0B243A;
    color: white;
}

#sect2 {
    background-color: #F0F0F0;
}

#sect3 {
    text-align: center;
    color: white;
    background-color: #BB0115;
    padding-bottom: 60px;
}

#sect3 p{
    font-size: 25px;
    line-height: 1.45;
    letter-spacing: 0.3px;
    width: 75%;
    margin: 30px auto;
}

footer{
    padding-bottom: 60px;
    color: white;
    background-color: #333333;
    height: 100%;
}