@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Butterfly+Kids|Roboto');
/* CSS Document */

body {
  background-color: black;
  color: white;
  font-family: 'Roboto', sans-serif;  
}

a {
  color: white;
  text-decoration: underline;
}

h2 {
    text-align: center;
}

.underline {
  border-bottom: 2px solid currentColor;
  border-bottom-width: 1px  
}