@import url('https://fonts.googleapis.com/css?family=Abel&display=swap');

body {

background-color:#312E2B;

font-family: 'Abel';

text-align: center;

}

p {
color: white;
}

header{
height: 120px;

}

h1 { 
height: 25px;
font-size: 80px;
color: cyan;

}

div {
font-size: 12px;
color: white;
padding: 9px 15px;
}

nav{

}


.button:link {

font-size: 13px 14px;
font-weight: bold;
padding:8px;
text-decoration: none;
color: #E71AA6;

}

.button:visited{
text-decoration: none;
}

.button:hover {

color:orange;
border-style:solid;
border-radius:10px;
text-decoration: none;
}

.button:active {
text-decoration: none;
}


li {

display:inline;
padding:20px;


}

ul {

background-color:yellow;
padding: 15px 15px;

}