/* ROBOT.GIF from Giphy - https://giphy.com/gifs/robot-cinema-4d-eyedesyn-3o7abtn7DuREEpsyWY */
*{
  padding: 0;
  margin: 0;
}
body{
  background-image: url(./robot.gif);
  background-repeat: no-repeat;
  background-position: 20%;
  background-color: rgb(52, 194, 212);
}
.conta{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
