html {
  height: 100%;
  width: 100%;
}

body {
  padding: 0;
  margin: 0;
  background-color: #2b2b2b
}

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

.text {
  font-size: 50px;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  margin-top: 20vh;
}

.image {
  position: absolute;
  width: 200px;
  bottom: 0;
}