@charset "UTF-8";


header {
  width: 75%;
  height: 250px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.Logo {
  font-family: "Segoe UI";
  font-size: 36px;
  text-decoration: none;
  color: black;
  display: flex;
}

.topbrock {
  display: flex;
  justify-content: flex-end;
  list-style: none;
}

a{
  text-decoration: none;
}

.topmenu {
  color: black;
  padding: 10px;
  font-size: 20px;
}

