* {
    font-size: 18px;
}

body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #e94e4e, #6bcf6b, #4a7c4a);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


.title {
    font-size: 34px;
    font-weight: 500;
}

.adsbyshahnaz_profile {
    padding: 120px 0px
}