h1 {
  background-color: black
}

p {
  background-color: blue
}

div img {
  background-color: black
}

body {
  font-family: 'Roboto Mono',monospace;
  min-height: 400px;
  background-image: url('https://i.imgur.com/S0c9Pnp.jpg');
  background-color: #000000;
  background-size: 250vh;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.container {
  text-align: center;
  padding: 20px;
  height: 100vh;
}

.page-title {
  color: #ffffff;
  margin: 0 0 5px;
}

.page-subtitle {
  color: #ffffff;
  margin-top: 5px;
}

.page-logo {
  width: 200px;
}

.alura-logo {
  width: 40px;
  position: absolute;
  top: 10px;
  right:10px;
}

.gif-img {
  width: 40px
  position: center;
  top: 10px;
  right:10px;
}
