@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

body {
  margin: 0;
  padding: 0;
}
.logo {
  background-image: url(../images/bg.jpg);
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-position: bottom;
}
.logoimg {
  /* top: 355px;
    left: 755px; */
  width: 409px;
  height: 310px;
}
.text {
  text-align: center;
  letter-spacing: 5px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 130px;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 767px) {
  .logoimg {
    width: 300px;
  }
  .text {
    margin: 0;
  }
}

img {
  max-width: 100%;
}
