body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}
h1, h2, h3 {
    color: #333;
    font-weight: bold;
}
h1{font-size: 20pt}
h2{font-size: 17pt}
h3{font-size: 15pt}
.love-bg::before {
    height: 100vh;
    background-image:url('../assets/images/signup_bg.png');
}
.sticky-top{background-image:url('../assets/images/signup_bg.png');}

#logo{width: 30%;}
@media only screen and (min-width: 600px){
    #logo{width: 20%}
}
@media only screen and (min-width: 768px){
    #logo{width: 11%;}
}