*{
    margin: 0;
    padding: 0;
    font-family: 'poppins', sans-serif;
    box-sizing: border-box;
}
p {
    text-align: center;
    font-size: 60px;
    margin-top: 25%;
    color:#0bc750;
    text-transform:uppercase;
  }
  body{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgb(0,0,0,0.8),rgb(0,0,0,0.8)),url(/images/bg3.jpeg);
    background-position: center;
    background-size:cover;
    padding: 10px 10%;

  }
  h1{
    margin-top: 30px;
    font-size: 20px;
    color:#0bc750;
    text-transform: capitalize;
    font-weight: 700;
  }
  span{
    font-size: 50px;
    color: white;
  }
  
button{
    margin-left: 3%;
    margin-top: 5%;
    border: none;
    outline: none;
    height: 30px;
    width: 130px;
    color: #fff;
    cursor: pointer;
}
.Subscribe{
    background-color: #0bc750;
}
.Browse{
    background-color: darkorange;
}
.Promote{
    background-color: rgb(63, 22, 199);
}