body, html {
     margin: 0;
     padding: 0;
}
.target-container {
     height: 100vh;
}
.target-img {
     background-image: url(../images/target-bg.PNG);
     background-position: center top;
     background-size: cover;
     height: 65%;
}
.target-information {
     border: none;
     border-radius: 50% 50% 0% 0% / 10% 10% 0% 0%;
     background-color: #fff;
     z-index: 10;
     height: 40%;
     margin-top: -45px;
     padding: 20px 40px;
 }
.target-information .row .col-12 div {
     margin-top: 20px;
}
.btn {
     border-radius: 4px;
     box-shadow: 0 0 12px 0 rgba(40, 128, 248, 0.32);
     background-color: #4090ff;
     color: #fff !important;
     border: none;
}
