
body {
background-color: #a4726e; /*Колір всього сайту*/
color: #2D191D; /* Колір тексту на футері, шоб знала, якщо що */
}
.text{margin-top:65px;
font-size: 24px;
width: 70%;
text-align: center;
margin:auto;
}
/* #header { */
/* position: fixed; Коли ти гортаєш сайт, хедер стоїть на місці */
/* top: 0; Хедер не має відступ зверху */
/* width: 100%; його ширина на максимум */
/* background-color: #07077a; колір хедера */
/* box-shadow: 0 2px 4px #1d1d4b; тінь хедера */
/* z-index: 1000; так має бути */
/* } */

/* .header-container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
display: flex;
justify-content: space-around;
align-items: center;
} */

/* .header-button { */
/* padding: 10px 20px; розсташування кнопок на хедері */
/* background-color: #862626; колір кнопок */
/* border: none; не мають рамок */
/* border-radius: 20px; наскільки вони заокруглені */
/* color: #b7c6dd; колір тексту на кнопках */
/* } */

#footer {
background-color: #543336; /*колір футера*/
padding: 1px; /*висота до тексту на футері*/
text-align: center; /*розсташування тексту на футері*/
position: absolute;
bottom: 0; /*відстань футера з низу*/
width: 100%; /*ширина*/
position: fixed;
opacity: 90%;
}
*{ 
    padding: 0; 
    margin: 0; 
    transition-duration: 0.3s; 
    font-family: "Tilt Neon", sans-serif; 
    font-optical-sizing: auto; 
    font-weight: 400; 
    font-style: normal; 
    font-variation-settings: 
    "XROT" 0, 
    "YROT" 0; 
    text-decoration: none; 
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
} 
table{ 
    width: 100%; 
    /* background: #464670; */
    position: sticky; 
    height: 120px; 
    /* box-shadow: 0px 5px 10px white;  */
} 
.strona{ 
    color: rgb(250, 247, 247); 
    font-size: 30px; 
    height: 200px; 
    border: 1px black solid;
    border-radius: 100%;
} 
td{ 
    text-align: center; 
} 
span{ 
    padding: 20px; 
} 
/* td :hover{ 
    font-size: 80px; 
}  */
/* .linia{ 
    width: 2px; 
    height: 100%; 
    background-color: rgb(173, 173, 173);
} */
 .img {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 30px;
    margin: auto;
    text-align: center;
    } 
    .img1 {
        width: 200px;
        height: 200PX;
        border-radius: 100px;
        background-size: cover;
        }