@charset "utf-8";
/* CSS Document */

<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">

<style>
body,h1 {font-family: "Raleway", Arial, sans-serif}
h1 {letter-spacing: 6px}
h1 {color: #13AE81}
.w3-row-padding img {margin-bottom: 12px}


li {
    display: inline;
    padding: 18px 18px;
	float: center;
	font-family:"Raleway", Ariel, Sans-serif;
	font-size: 30;
			
}

ul {
    list-style-type:none;
    margin: 4;
    padding: 4;
	text-align:center;
    font-size: 60;}	

</style>