body {
  padding: 0;
  margin: 0;
}

.container {
  background-color: #f5f5f5;
  text-align: center;
  justify-content: center;
  display: flex;
  height: 100vh;
}

.container>img {
  object-fit: none;
}
<div class="container">
  <img src="/img/notice.png">
</div>
