.user-home-content {
    text-align: center; 
    max-width: 800px; 
    margin: 0 auto; 
}


.user-home-content  img {
    display: block; 
    max-width: 100%;
    height: auto; 
    margin: 0 auto; 
}

.user-home-content  h1 {
    margin-bottom: 40px; 
}

.user-home-content  p {
    margin: 0 auto; 
    max-width: 703px; 
    line-height: 1.5; 
    color: #BBBBBB;
}

.back-to-site {
    color: #920000;
    transition: background 0.3s ease, color 0.3s ease;
}

.back-to-site:hover {
    color: rgb(112, 20, 20); 
}

@media (max-width: 768px) {
    .user-home-content {
        padding-top: 100px!important;
        padding-bottom: 100px!important;
    }
    
  }
  