body {
    margin: 0;
    background: #e0e0e0;
    font-family: Arial, Verdana,  sans-serif; /* Семейство шрифтов */
    }

.layout {
    width: 680px;
    height: 890px;
    margin: auto;
    padding-left: 60px;
    padding-right: 60px;
    background: #ffffff;
    font-size: 15px;
    color: #444444;
    }

.header {
    position: relative;
    left: 0;
    top: 0;
    padding-top: 30px;
    height: 96px;
    font-weight: 500;
    font-size: 27px;
    text-align: center;
    color: #444444;
    }

a { 
    text-decoration: none; /* Отменяем подчеркивание у ссылки */
    color: #444444;
    }

.breadcrumbs {
    position: relative;
    left: 0;
    top: 0;
    height: 46px;
    font-size: 15px;
    color: #444444;
    }


.copyright {
    position: relative;
    left: 0;
    top: 10px;
    width: 680px;
    padding-top: 80px;
    text-align: center;
    font-size: 16px;
    color: #444444;
    }