 



@font-face 
{font-family: 'alex_brushregular';

 src: 'alexbrush-regular-webfont.woff2' format('woff2'),
 

  'alexbrush-regular-webfont.woff' format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'kaushan_scriptregular';
    src: 'kaushanscript-regular-webfont.woff2' format'woff2'),
         url('kaushanscript-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


html {
background: #c1f9f9;
border-radius: 10px;
color: #1951e0;
}

      header {
        background: #4c84bf;
   height: 130px;
}
      
  .highwbutton{
     margin-right:1px;
    margin-bottom: 1px;
    margin-left:1px;
 padding-right:1px;
    padding-bottom: 1px;
    padding-left:1px;
        height: 130px;
    display: flex;
  align-items: center;
  justify-content: space-around;
}
button {
font-size: 22px;
line-height: 1.5;
width: 15%;
background: #c1f9f9;
font-style: italic, oblique;
font-family: "alexbrush-regular-webfont";
color: #1951e0;
      }

      

.privetstvie
 {
text-align: center;
font-family: Helvetica, Arial, sans-serif;
font-size: 20px;
line-height: 0.6;
flex: 1;
  }
  h1 {
text-align: center;
font-style: italic, oblique;
font-family: "alexbrush-regular-webfont";
text-shadow: -4px 4px 3px #999999;
             
color: #1951e0;
line-height: 50px;
font-size: 50px;
line-height: 1.8;
text-decoration: blink;
      }

section {
  display: flex;
flex-wrap: wrap;
 box-sizing: border-box;
text-align: center;
 font-family: Helvetica, Arial, sans-serif;
  font-size: 35px;
font-style: italic;
   
}
 article {
padding: 10px;
margin: 10px;
 flex: 300px;
text-align: center;
font-family: Helvetica, Arial, sans-serif;
 font-size: 25px;
}
 
   p {text-align: center;
 font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  outline: none;
  text-decoration: none;
  padding: 2px 1px 0;
line-height: 1.2;
}
 
img  
{
  object-fit: cover;
  object-position: bottom;
}
a {
  outline: none;
  text-decoration: none;
  padding: 2px 1px 0;
}

span
{
  font-family: 'helvetica neue', helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid rgba(0,0,200,0.6);
  background: rgba(0,0,200,0.3);
  color: rgba(0,0,200,0.6);
  box-shadow: 1px 1px 2px rgba(0,0,200,0.4);
  border-radius: 10px;
  padding: 3px 10px;
  display: inline-block;
  cursor:pointer;
}

footer
{ background: #4c84bf;
   height: 130px;
}

.lowbutton
{    margin-right:1px;
    margin-bottom: 1px;
    margin-left:1px;
 padding-right:1px;
    padding-bottom: 1px;
    padding-left:1px;
        height: 130px;
    display: flex;
  align-items: center;
  justify-content: space-around;
}





   
