body{
    background-color:#001011;
    font-family: 'Rubik', sans-serif; 
    color: white;
}

.container{
    width:100%;
}
.row{
    display: block;
    margin-left:0;
    padding-top:20px;
    padding-bottom: 30px;
}
.row2{
    display: block;
    margin-left:0;
    padding-top:20px;

    position: absolute;
    bottom: 10px;
}
.footer{
    position: absolute;
    bottom:5%;
}
.mt-2{padding-top:20%;}
.head{
    height:220px;
}
h1{
    font-family:'Rubik', sans-serif; 
    font-size: 70px; 
    font-weight: bold;
    color: #0B3954;
   background: -webkit-linear-gradient(#FF00B8, #8800B7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    margin:0;
}

h3{
  font-family:'Rubik', san-serif;
  font-size:24px;
  font-weight:300;
   letter-spacing: 0.07em;
  color:white;
}

p{
    font-family: 'Arial', sans-serif; 
    font-size: 12px;
    letter-spacing: 0.05em;
    margin:0;
}
.btn-primary{
    background:#8800B7;
    width:300px;
    height:56px;
    background: linear-gradient(180deg, #FF00B8 0%, #8800B7 70.49%);
border-radius: 68px;
    border-color: black;
}
.btn-primary:hover{
    border-color: purple;
    border: 2px solid purple;
}
.btn{
    font-family:'Rubk', sans-serif;
    font-weight: 600;
    font-size:18px;    
}
