* { padding: 0; margin: 0; }

body {
  background-color: #05012b;
  color: #587ed6;

  background-color: #eee;

  font-family: 'Montserrat';
  font-size: 40px;
}

#container {
  height: 95vh;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

img {
  height: 200px;
}
