* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    width: 100%;
    min-width: 1100px;
}

body {
    background-color: #FFFFFF;
    background-image: url(images/19147843889_b5c7e3b833_k.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header {
    background-color: white;
    height: 120px;
    width: 100%;
}

.stw_logo {
    background-image: url(images/stw_header.png);
    background-repeat: no-repeat;
    height: 122px;
    width: 1080px;
    margin: auto;
}

.container {
    margin-top:60px;
    background-color: white;
    padding:40px;
    width: 1000px;
}


ul {
    margin-top: 10px;
    margin-bottom: 40px;
}

li {
    list-style-position: outside;
    list-style-type: square;
    margin-left: 20px;
}
