body
{
    background-image: url("../img/colorsbg.png");
    background-color: #cccccc;
}

#header
{
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../img/colorslogo.png");
    
    /*background-color: #555;*/
    background-repeat: no-repeat;
    background-position: center;
    width: 900px;
    height: 500px;
}

#header:hover
{
    opacity: 0.8;
}

#headertool
{
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    height: 50px;
}

#headertool #menu
{
  list-style: none;
  gap: 20px;
}

#headertool #menu .mbutton
{
  float: left;
  margin-right: 10px;
  display: flex;
  width: 150px;
  height: 50px;
  color: #e9edfa;
  border: solid 1px #e9edfa;
  border-radius: 50px;
  font-size: 18px;
  cursor: pointer;
}

#menu li a
{ 
  transition: color 0.25s ease, border-color 0.25 ease;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 4px;
  align-items: center;
  justify-content: center 
}