#omul {
  margin-left: 786.5px;
  margin-top: 380px;
}
li {
  border: solid 1px #000;
  list-style-type: none;
  width: 280px;
   text-align: center;
  height: 74px;
  padding-top: 26px;
  font-family: 'Raleway', sans-serif;
  margin-left: 6px;
  float: left;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #1D2599;
  font-size: 40px;
  border-radius: 5px;
  transition: background 0.2s ease-in-out;
}

li:hover {
  background-color: #1D2599;
  color: #fff;
}
body {
  background: radial-gradient(#ffffff 0%, #eeeeee 100%);
  background-attachment: fixed;
  padding: 0px;
}