body {
  margin: 0;
  color: #fff;
  background-image: url(../image/bkground.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: "roboto";
  overflow-x: hidden;
}

p {
  font-size: 20px;
}

h1 {
  font-size: 40px;
}

.btn.btn-primary {
  width: 150px;
  height: 60px;
  font-size: 1.5rem;
  background-color: #0069d983;
  border: 1px solid white;
  transition: ease-in-out 0.5s, width 0.5s, height 0.5s;
}
.btn.btn-primary:hover {
  cursor: pointer;
  background-color: #5294da;
  width: 180px;
  height: 65px;
}
.text-center img {
  width: inherit;
}
.margindevice {
  margin: 3rem;
}
@media (min-width: 1120px) {
  .position {
    position: absolute;
    top: 20vh;
    left: 0;
    right: 0;
    margin: 5rem;
  }
}
@media (max-width: 1120px) {
  .position {
    top: 5vh;
    flex-direction: column;
    position: initial !important;
  }
  .col {
    flex-basis: initial;
  }
}
