@font-face {
    font-family: "caset";
    src: url("../font/Cassette.otf");
}
h1{
    font-family: "caset";
    margin-top: 50px;
    letter-spacing: 3px;
    text-align: center;
    font-size: 36px;
    background: linear-gradient(to bottom,#f53900,#ff7f02);
    background-clip: text;
    color: transparent;
}
body{

    margin: 0 auto;
    padding: 0;
    
}
#map {
  position: relative; 
 
   
  
}
#map img{
    width: 100%;
}
#cat1{
  position: absolute;  
top:200px;
left:200px;
transform: scale(1);
transition: transform 0.3s ease;
 text-align: center;

}
#cat1:hover{
transform: scale(1.5);
}
#cat2{
  position: absolute;  
top:200px;
left:700px;
transform: scale(1);
transition: transform 0.3s ease;
}
#cat2:hover{
transform: scale(1.5);
}
#cat3{
  position: absolute;  
top:400px;
left:500px;
transform: scale(1);
transition: transform 0.3s ease;
}
#cat3:hover{
transform: scale(1.5);
}


nav li{
display: inline;
list-style-type: none;
}
div .shapka{
display: flex;
flex-direction: column;
align-items: center;

}
.shapka h1{
    text-align: center;
}
header{
display: flex;
flex-direction: column;

}
#main{
    width: 1280px;
     margin: 0 auto;/*надо было выравнивать не bоdy,а содержимое блока, содержащего весь сайт */
}
.pict{
    display: flex;
    justify-content: space-around;
    background: radial-gradient(at top,#a5e0f3,#4bd2ff, #195bf5);
    
}
h3{
margin-top: 0px;
 font-size: small;
 color: #ffffff;
 background-color: #f54300;
 background-size: 30px;
 border-radius: 5px;
 
}
#log{
  position: absolute;
  left: 200px;
}
body{
    background: linear-gradient( to bottom,white,#a5e0f3,#4bd2ff,#a5e0f3 ,white );
}
footer{
    display: flex;
    justify-content: space-between;
    width: 1100px;
   height: 100px;
    
}
footer h1{
font-size: 16px;
padding-left: 100px;
padding-right: 10px;
}
footer a{
    text-decoration: none;
        background: linear-gradient(to bottom,#f53900,#ff7f02);
    background-clip: text;
    color: transparent;
}
#content {
    background-color: rgba(255, 255, 255, 0.5);
    width: 1070px;
    padding: 10px;
    margin: 0 auto;
    margin-top: 10px;
}