*{
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  height: 100%;
}

.shadow{
  -webkit-box-shadow: 0 3px 10px rgba(57, 63, 72, 0.15);
  -moz-box-shadow: 0 3px 10px rgba(57, 63, 72, 0.15);
  box-shadow: 0 3px 10px rgba(57, 63, 72, 0.15);
}

.belem{
  border-radius: 35px;
}

.page_404_window{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: red;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_404_window img{
  width: auto;
  width: auto;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}
