body{
    background: url('/img/apple.jpg') center no-repeat;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    margin: 15px 15px;
}
h4{
    font-family: 'Kaushan Script', cursive;
    font-size: 30px;
    color: #D2691E;
    
}
      
header{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-weight: 700;
    color:#F4A460;
    display: flex; 
      
}
.text{
    width: 70%;
    text-align: right;

}
.image  {
    width: 30%;
    text-align: center;
    
    
    
}
.title_name{
    text-transform: uppercase;
    font-size: 55px;
    
    
}
.title_spec{
    font-size: 40px;
    font-family:'Kaushan Script', cursive;
}
/**/
article{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}
/*Contacts*/
.contacts{
    width: 30%;
    max-width: 360px;    
}

.link{
    display: grid;
    justify-content:left ;
}
/*стили для майн*/
.main{
    width: 70%;
    line-height: 1.5;
    color:#000000;
    text-align: center;
    
}
