h1 {font-family: 'Roboto', sans-serif;}

.container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
  position: relative;
  text-align: center;
}

img {
    width: 70%;
}

h1 {
    color: #0337a6;
}