@charset "UTF-8";
/* CSS Document */

.navbar-dark{ 
position: fixed;
width: 100%;
}

h1 {
	font-size: 50px;
	padding-top: 110px;	
}

article {
	width: 610px;
	
}

h3 {
	font-weight: 300;
	font-size: 19px;
	text-align: justify;
	padding-top: 30px;
	
}


.myhead {
	background-image: url( "images/a90f1e88199191.5dcecac768bed.png");
	background-size: cover;
	height: 600px;
	color: azure;
	
}

.myweb {
	background-color:#1C1C1C;
	color: azure; 
}

.myButton {
	background-color:#79bbff;
	border-radius:28px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:19px;
	font-weight:bold;
	padding:17px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}

.myButton:link {
	color: white;
}
.myButton:hover {
	background-color:#378de5;
}
.myButton:active {
	position:relative;
	top:1px;
}	


a:link {
	color: pink;
	font-family: 'Prompt', sans-serif;
	text-decoration: none;
	}

a:visited { 
color: cornflowerblue;
font-family: 'Prompt', sans-serif;
text-decoration: none}

a:hover {
	color: deepskyblue;
	font-family: 'Prompt', sans-serif;
	text-decoration: none;
}


h2 {
	font-family: 'Prompt', sans-serif; 
	font-weight: 900;
	padding-top: 40px;
}

p {
	font-family: 'Prompt', sans-serif;
	font-weight: 400px;
    text-align:justify;
}


.myfot {
	text-align: center;
	color: azure;
	background-color: black;
	
}
