body{
    font-family: "Roboto Mono", serif;
    font-optical-sizing: auto;
    font-style: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 98vh;
}

.logo{
    max-width: 400px;
    width: 80%;
}

.margin-top{
    margin-top: 3rem;
}

.text-align-center{
    text-align: center;
}

/* COLORS & DECORATIONS */
.color-pallazza-blu{
    color: #1B69E3!important;
}

.color-pappa-al-pomodoro{
    color: #F70E26!important;
}

.color-api-che-volano{
    color: #FCCA07!important;
}

a:visited{
    color: inherit;
}

a{
    text-decoration: none;
}

/* ICONS */
@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?b8nw2t');
    src:  url('fonts/icomoon.eot?b8nw2t#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?b8nw2t') format('truetype'),
    url('fonts/icomoon.woff?b8nw2t') format('woff'),
    url('fonts/icomoon.svg?b8nw2t#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-size: 2rem;
    margin: auto 1rem;
}

.icon-instagram:before {
    content: "\e900";
}
.icon-linkedin-square:before {
    content: "\e901";
}
.icon-linkedin:before {
    content: "\e902";
}
