@import url('https://fonts.googleapis.com');

*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  margin: 0;
}

nav.topmenu {
   font-family: "Brush Script MT", cursive;
  display: flex;
  flex-direction: row;
  background-color: rgba(63, 0, 62, 0.8);
}


nav.topmenu ul {
  list-style-type: none;
  padding: 25;
  margin: 25;
  text-align: center
}


nav.topmenu ul {
  flex-grow: 5;
}

a.menubar {
  color:cyan;
  padding: 10%;
}

a.menubar:hover{
  color: white;
}


.icons {
  display: inline-block;
  width: 50px;
}

.icons:hover {
  filter: brightness(0) invert(1)
}

