body {
    background-color: #5674BA;
    /*dde4e9*/
    line-height: 1.4;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h2 {
    text-align: center;
}

a {
    text-decoration: none;
}

a:visited {
    color: rgb(34, 34, 224);
}

p {
    margin-bottom: 1.5rem;
}

#wrapper {
    font-family: verdana;
    margin: -8px -8px 0px -8px;
}

#banner {
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin: 0px 0px 0px 0px;
    /*-20px 0px 0px -35px; */
}

#header {
    background-color: #5674BA;
    /*558abb*/
    width: 100%;
    color: white;
    text-align: center;
    padding: 0px 0px;
}

#main {
    background-color: #ffffff;
    width: 100%;
    max-width: 700px;
    padding: 14px;
    margin: 0 auto;
    word-wrap: break-word;
}

ul {
    list-style-image: url('image/highlightdot2.gif');
    line-height: 26px;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer img {
    width: 23px;
    height: 23px;
    margin-right: 5px;
}

.h2 {
    font-size: 1.1rem;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    * {
        box-sizing: border-box;
    }

    h1 {
        font-size: 18px;
    }

    .google-search {
        margin: auto;
        width: 300px;
    }
}