/*
Theme Name: ABBADECOR
Theme URI: https://abbadecor.it
Author: Carmine Abbandonato
Description: Tema portfolio personalizzato per ABBADECOR
Version: 1.0
License: GPLv2 or later
Text Domain: abbadecor
*/

body {
    margin: 0;
    font-family: 'Helvetica Neue', sans-serif;
    background-color: #000;
    color: #fff;
}
a {
    color: #d4af37;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
section {
    padding: 80px 20px;
}