@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 25px;
  margin: 0;
  color: white;
}
a{ 

background-color: #f0f8ff; 
margin-bottom: 5px; 
margin-right: 10px; 
margin-left: 10px;
border-radius: 30px 30px 30px;
width: 120px
text-align: center;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 5px;
color: black;
}

nav{
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 20px;
  text-align: center;
  width: 100%;
color: white;
position: fixed;
  
}
