.page-container{
    background-color: var(--petals-black);
    color: var(--petals-white);
    width: 100%;
    min-height: 100vh;
    background-image: url("../../images/users-home-bg.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center top;
    padding-top: 40px;
}
.go-home{
    color: var(--petals-white);
    font-size: 30px;
    transition: all 800ms ease-in-out;
    text-decoration: none;
}
.go-home:hover{
    color: var(--petals-white);
    text-decoration: none;
    opacity: 0.9;
}
.logo{
    margin: 20px auto 30px auto;
    height: 54px;
    width: auto;
}
.title{
    font-size: 42px;
    font-weight: 800;
    line-height: 55px;
}
.text{
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin: 18px auto 80px auto;
}
.footer{
    background-image: url("../../images/advertisers-home-foot-bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    padding-top: 212px;
}
