:host{
  width: 100%;
  height: 100%;
  min-height: 1px;
  display: flex;
}

.container{
  width: 100%;
  min-height: 1px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #60A8F0;
}

svg{
  width: 45px;
  height: 45px;
  fill: #D36262;
}

h1{
  color: white;
}