﻿body {
    background-color:#333;
    padding:0;
    margin:0;
    font-family:Arial;
    font-size:12px;
}

.Logo{
    width:100px;
    display:block;
    margin:100px auto 15px auto;
}

.Testo{
    text-align:center;
}

.Titolo{
    font-size:30px;
    font-weight:normal;
    color:#EEC485;
    letter-spacing:4px;
}

.Footer{
    color:#ddd;
    font-size:13px;
    font-weight:normal;
    margin-top:10px;
    letter-spacing:1px;
}

.UC{
    font-size:40px;
    color:rgba(206,180,117,0.7);
    margin-top:50px;
    font-style:italic;
    border-top:dashed 1px #ceb475;
    border-bottom:dashed 1px #ceb475;
    padding:20px;
    letter-spacing:1px;
}