@import url('https://fonts.googleapis.com/css?family=Lato:400,900&display=swap');

*{
  margin: 0px;
  padding-left: 0px;
  box-sizing: border-box;
}

.green{
  background-color: green;

}



.container-fluid{
  width: 100vw;
  height: 100vh;
  background-image: url("background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  
}


.col-xl-4{
  height: 100vh;
}



.logo{
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.title-01{
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}

.massive{
  display: block;
  width: 550px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.download{
  margin-bottom: 40px;
  padding: 10px 30px;
  background-color: #0D0F1D;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 40px;
  border: 1px solid #fff;
  -webkit-border-radius: 130px;
-moz-border-radius: 130px;
border-radius: 130px;
  
}

.download a{
  color: #fff;
}

.title-02{
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  width: 450px;
}

.dmca{
  text-align: center;
}