/*
  Use the following to include this css file
  <link rel="stylesheet" href="styles.css" />
*/
p {
  color: white;
  margin:20px;
}
h1{
    color:white;
    margin:20px;
}
navbar{
    margin-bottom:20px;
}
button{
    margin-bottom:8px;
}
.sbutton{
    display:none;
}
*{
    color:white;
}