* {
  font-family: 'Roboto', sans-serif;
}

body {
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.comming-soon-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: center;
  text-align: center;
}
.banner-logo {
  display: flex;
  justify-content: center;
  width: 300px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.banner-logo img {
  width: 500px;
  height: auto;
  position: absolute;
}
