html,
body {
  height: 100%;
  overflow: hidden;
    
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

img {
    width: 25%;
    height: auto;
}

a {
  text-decoration: none;
  color: #ef7c17;
}