﻿@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap');

body {
    background-color: #cfcac4;
    margin-left: 5%;
    margin-right: auto;
    /* border: 3px dotted rgb(6, 196, 6);*/
    padding: 10px 10px 10px 10px;
    font-family: 'Playfair Display', serif;
    font-size: larger;
    width: auto;
}

h2 {font-family: 'Playfair Display', serif;}

img.pics {
    /*border: 5px solid #fafafa;
    box-shadow: 3px 3px 6px 4px #888;*/
    width: 320px;
    }
    
img.picslogo {
        /*border: 5px solid #fafafa;
        box-shadow: 3px 3px 6px 4px #888;*/
     /*   align: left; */
        width: 160px;
        }

input {
        font-size: larger;
        width: 320px;
        padding: 6px 10px;
        margin: 8px 0;
        box-sizing: border-box; 
     }

input:focus {
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.2);
}

/* iframe {
    position: absolute;
    top: 400px;
    left: 0px;
    width: 100%;
    height: 100%;
} */

button {
    font-family: 'Playfair Display', serif;
    padding: 10px 10px;
    border-width: 1;
    border-radius: 4px;
    /*display: block;*/
    min-width: 120px;
    margin: 25px auto 0;
    background: #a7adac;
    color: white;
    font-size: 18px;
    outline: none;
    text-transform: uppercase;
  }

.button:hover {
    background: #519b52; /*#1d49aa;*/
  }

.button:focus {
    outline: none;
    box-shadow: 0 0 0 4px #cbd6ee;
  }

.button[disabled] {
    color: #d2d5db;
    background: #6c7589;
    cursor: not-allowed;
}


 /* добавить в мелкие css */ /*
c-button {             
    font-family: 'Playfair Display', serif;
    padding: 10px 10px;
    border-width: 1;
    border-radius: 4px;
    /*display: block;
    min-width: 120px;

    margin: 25px auto 0;
    background: #a7adac;
    color: white;
    font-size: 18px;
    outline: none;
    text-transform: uppercase;
  }



.c-button:hover {
    background: #1d49aa;
  }

.c-button:focus {
    outline: none;
    box-shadow: 0 0 0 4px #cbd6ee;
  }

.c-button[disabled] {
    color: #d2d5db;
    background: #6c7589;
    cursor: not-allowed;
}*/


#allcontent {
    margin-left: auto;
    margin-right: auto;
} 