body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}

body, html {
  height: 100%;
  line-height: 1.8;
}

.bodyContainer {
    position:relative;
}

.pageBackground {
    background-color:aliceblue;
}

.titleHeading {
    font-size: 50px;
}

.titleText {
    position:relative;
    padding: 10px 30px 10px 30px;
    color: blue;
}

.news {
    color:tomato;
}

.bgimg-2 {
    background-position: center;
    background-size: auto;
    background-image: url("laptop-background.jpg");
}
  
.w3-bar .w3-button {
  padding: 16px;
}

.outer {
    position: relative;
    width:80%;
    margin:auto;
    text-align: center;
}

.container {
    display:flex;
    flex-wrap: wrap;
    text-align: left;
}

.col {
    padding:20px;
}

h1 {
    color:blue;
}

h2 {
    color:blue;
}

h3 {
    color:blue;
}

img {
    width:20px;
}

