body {
    margin: 0;
    background: #e0e0e0;
    font-family: Arial, Verdana,  sans-serif; /* Семейство шрифтов */
    }

.layout {
    width: 680px;
    height: 560px;
    margin: auto;
    padding-left: 60px;
    padding-right: 60px;
    background: #ffffff;
    }

.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;
    }
    
.user {
    position: relative;
    left: 0;
    top: 0;
    height: 46px;
    font-size: 15px;
    color: #444444;
    text-align: right;
    }

.item {
    position: relative;
    left: 0;
    top: 0;
    height: 66px;
    }

.linker {
    position: relative;
    left: 0;
    top: 0;
    width: 180px;
    height: 44px;
    float: left;
    background: #D9D9D9;
    border-radius: 3px;
    }
    
.linktext {
    position: relative;
    width: 180px;
    height: 21px;
    top: 11px;
    font-size: 17px;
    text-align: center;
    color: #444444;
    }

.tire {
    position: relative;
    left: 0;
    top: 0;
    width: 40px;
    height: 44px;
    float: left;
    background: #ffffff;
    }

.tiretext {
    position: relative;
    height: 21px;
    top: 10px;
    width: 40px;
    font-family: Roboto;
    font-style: normal;
    font-size: 17px;
    text-align: center;
    color: #444444;
    }

.def {
    position: relative;
    left: 0;
    top: 0;
    width: 460px;
    height: 44px;
    float: left;
    background: #ffffff;
    }
    
.deftext1 {
    position: relative;
    height: 40px;
    top: 4px;
    width: 460px;
    font-size: 15px;
    color: #444444;
    }

.deftext2 {
    position: relative;
    height: 40px;
    top: 13px;
    font-size: 15px;
    color: #444444;
    }    

.box {
    position: relative;
    left: 0;
    top: 40px;
    margin-top: 20px;
    width: 680px;
    height: 85px;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 10px;
    }

.infosign {
    position: relative;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 60px;
    float: left;
    background: #ffffff;
    }
    
.infotext {
    position: relative;
    left: 0;
    top: 0;
    width: 580px;
    float: left;
    padding-top: 8px;
    padding-left: 18px;
    font-size: 15px;
    color: #444444;
    }
    
.copyright {
    position: relative;
    left: 0;
    top: 0;
    width: 680px;
    padding-top: 70px;
    text-align: center;
    font-size: 16px;
    color: #444444;
    }

