@font-face {
  font-family: montserrat;
  src: url("./assets/fonts/montserrat.ttf");
}
@font-face {
  font-family: open-sans;
  src: url("./assets/fonts/open-sans.ttf");
}
@media screen and (max-width: 768px) {
  .main-container {
    flex-direction: column;
  }
}
body {
  margin: 0;
  font-family: open-sans;
}

.bg-image {
  width: 100%;
  min-height: 100%;
  background-size: cover;
  background-position: right;
  background-image: url("./assets/images/backgrounds/aground.png");
}

.logo {
  width: 120px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("./assets/images/magaya-logo.png");
}

.text-container {
  flex: 40%;
}

.text-large {
  font-family: montserrat;
  font-size: 40px;
  font-weight: 600;
  color: #2a6fca;
}

.link, .link:visited {
  color: #2a6fca;
  font-size: 15px;
  text-decoration: none;
}

.link > button {
  color: white;
  padding: 8px;
  background-color: #2a6fca;
  border-radius: 4px;
  border: none;
  font-size: 15px;
}
