
/* Background με κινούμενη εικόνα */
.fixedBackground {
    background-image: url('../images/writing.jpg');
    height: 50vh;
    background-attachment: fixed;
    background-position: center;
}


/* Για το header στις υπηρεσίες */
.headerBackground {
    background-image: url('../images/ypiresies/ypiresies.jpg');
    background-position: center;
}

body {
    background-color: black;
}