@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');


body{
	background: #202A44;
	font-family: Montserrat, Raleway, Roboto, Arial, Helvetica, sans-serif;

	}
div{
	color: white;
	font-size: 16px;
	}
.ul{
	color: white;
	font-size: 14px;
	}

header{
 	color: #B0DBF1;
  font-size: 40px;
  font-weight: bolder;
 	width: 100%;
  	float: left;
  	position: relative;
  	margin: 0 auto;
  	padding: 20px;
	text-align: center;
	}
.row{
	margin-right: 0px;
	margin-left: 0px;
}
#watermark
{
 position:fixed;
 bottom:5px;
 right:5px;
 opacity:0.5;
 z-index:99;
 color:#ffffff;
}

.article {
	padding:0 20% 2%;
}