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

body {
 background-image: url("stone.jpg");
 background-color: #222222;
}
.headbar {
 background-color: #222222;
 width: 100vw;
 position: relative;
 margin-left: -50vw;
 left: 50%;
}
.icon {
	width: 100px;
	height: 100px;
}
.icon0 {
	margin-left: 27%;
	height: 100px;
	width: auto;
}
.icon1 {
	width: 100px;
	height: 100px;
	float: right;
}

a{
	color: #00FFFF;
}
p{
	font-size: 250%;
	color: #FFFFFF;
	font-family: 'Ubuntu', sans-serif;
}
h1{
	font-size: 450%;
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
}
.article {
    float: right; 
    margin: 5px;
    max-width:15%;
    height: auto;
}