*{
  margin:0;
  padding:0;
}
a{
  text-decoration: none;
  color: inherit;
}
body{
  background-color:#2e3136;
}
#body{
  background-color:#4b4b54;
}

#header{
  background-color:#2e3136;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
#header a{
  font-family: 'Roboto', sans-serif;
  font-size:2em;
  color:#f5f7ff;
  margin:1em;
}

#navbar{
  display:flex;
  align-items:center;
}


#logoContainer>*{
  height:3.3em;
}


.centerpiece{
  display:flex;
  justify-content:center;
  align-items:center;
}


/* DISCORD MESSAGES */
.dot {
  height: 50px;
  width: 50px;
  background-color:#fcd072;
  border-radius: 50%;
  font-weight:bold;
  color:#f9f9f9;
  font-size:1.6em; 
  display:flex;
  align-items:center;
  justify-content:center;
}

#Greg{
  display:grid;
  grid-template-columns:1fr 4fr;
  grid-gap:0.3em;
  font-size:1.2em;
  padding-left:350px;
}

#Greg>div>b{
  color:#fcd072;
}
#Greg>div>p{
  color:#dbdcdd;
}
