* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.banner {
    width: 100%;
}


h1 {
    font-size: 35px;
    font-weight: 600;
}

h1, h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
    text-align: center;
    color: #404040;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    background-color: #ffffff;
    text-align: center;
}

header {
    text-align: center;
    line-height: 50px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    background-color: #333;
}

img {
    width: 60%;
}

p {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 30px;
}

li {
    font-size: 40px;
    font-style: oblique;
    text-align: center;
}

footer {
    text-align: center;
    padding: 10px 0;
  background: #333;
  color: white;
  position: relative;
  bottom: 0;
  width: 100%
}
