h1, h2 {
    font-family: sans-serif;
    font-weight: bolder;
    display: flex;
    justify-content: center;
}

.title {
    margin-top: 100px;
}

ul:nth-of-type(1) {
    margin-top: 50px;
    width: 600px;
    display: flex;
    flex-direction: column;
    justify-self: center;

    & h3 {
        margin-left: 25px;
        margin-top: 0px;
        font-family: sans-serif;
        font-weight: 100;
    }

    & div {
        display: flex;
        margin-top: 10px;

        & h3:nth-of-type(1) {
            margin-top: 20px;
            margin-bottom: 0px;
            width: 135px;
        }

        & h3:nth-of-type(2) {
            margin-top: 10px;
            margin-bottom: 0px;
            width: 500px;
            margin-left: 10px;
            font-size: 16px;
        }

        & img {
            margin-left: 30px;
            height: 60px;
        }
    }

    & li:nth-of-type(1) {
        margin-left: 8px;
        width: 580px;

        & h2 {
            margin-right: 355px;
        }
    }

}

ul:nth-of-type(2) {
    margin-top: 50px;
    width: 600px;
    display: flex;
    flex-direction: column;
    justify-self: center;

    & h3 {
        margin-left: 25px;
        margin-top: 0px;
        font-family: sans-serif;
        font-weight: 100;
    }

    & div {
        display: flex;
        margin-top: 10px;

        & h3:nth-of-type(1) {
            margin-top: 35px;
            margin-bottom: 0px;
            width: 225px;
        }

        & h3:nth-of-type(2) {
            margin-bottom: 0px;
            width: 700px;
            height: 100px;
            margin-left: 10px;
            font-size: 14px;
        }

        & img {
            margin-left: 30px;
            width: 200px;
            height: 100px;
        }
    }

    & li {
        margin-left: 12px;
        width: 1000px;

        & h2 {
            width: 200px;
        }
    }

}

a {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    text-decoration: none;
}

button {
    width: 250px;
    height: 80px;
    border-radius: 10px;
    border-width: 3px;
    box-shadow: 0px 0px 10px gray;

    & h2 {
        font-size: 40px;
        margin-top: 15px;
    }
}