*{
    margin:0;
    padding:0;
    list-style: none;
    text-decoration: none;
    font-family: times;
}

#fonsite{
    width: 1000px;
    height: 1000px;
    padding-top: 150px;
    background-image: url(../img/fon.png);
    margin: 0 auto 0 auto;
    text-align: center;
}
#logo{
    width: 300px;
    height: 110px;
    margin-left: 350px;
    text-align: center;
    font-size: 18px;
    border-bottom: 2px solid #800000;
}

.contact{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    width: 300px;
    margin:10px auto 10px auto;
}
#fonsite h1{
    margin-top: 50px;
    color: #960000;
    font-size: 40px;
}