* {
  margin: 0;
  padding: 0;
  font-family:"Roboto", sans-serif;;
}

body {
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.main-img{
  height: 25rem;
  margin-top: 10rem;
}
.orange-text {
  margin-top: 3rem;
  color: #f7931e;
  font-size: 3rem;
}
.white-text {
  margin-top: 3rem;
  color: white;
  font-size: 2.5rem;
}
.logo {
  width: 10rem;
  justify-self: baseline;
  margin-top: 4rem;
}
