body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background: #000;
}

.grid {
  display: flex;
  width: 100vw;
}

.bg {
  width: 65vw;
  height: 100vh;
  background-image: url('giphy.gif');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35vw;
  background-color: #000;
  color: #fff;
  padding: 45px 80px;
  font-weight: 800;
  font-size: 30px;
}

.btn {
  display: inline-block;
  color: #fff;
  font-style: normal;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 10px 18px;
  margin-top: 10px;
  font-size: 17px;
}

.btn:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
  transition: 0.2s all;
}
