.title  {
  text-align: center;
  color: #444547;
  font-size: 30px;
}

body {
  margin: auto;
  padding: 0;
  background: #d7dbe2;
}

.betutipus {
    font-family: 'Raleway', monospace;
  }

ul {
  list-style:none;
  padding-left: 0px;
}

li {
  cursor: pointer;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.3s;
}

.menubar {
  text-align: center;
  background: #c7c8c9;
  font-size: 25px;
}

li:hover {
  background: #d7dbe2;
}

.items {
  text-align: center;
}

#itemarray {
  border-radius: 5px;
  border-style: solid;
}

#images_scale {
  width: 250px;
  height: 250px;
}

#price {
  color: #9b0a25;
}

.welcomemsg {
  font-size: 20px;
  font-style: italic;
  }

a {
    color: #444547;
    text-decoration: none;
}

#navigation {
  text-align: center;
  font-size: 15px;
}
