body
{
   background-color: #FFFFFF;
   background-image: url(images/bkgrnd.png);
   background-position: left top;
   background-repeat: repeat;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#Shape1
{
   border-width: 0;
}
#Image1
{
   border: 0px #000000 solid;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Text
{
   background-color: transparent;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: left;
}
#Text div
{
   text-align: left;
}
.text1 {
    font-size: 16px;
    font-family: Tahoma;
    font-weight: bold;
    white-space: nowrap; /* Запобігає переносу рядка */
    margin-right: 10px;
}
.text2 {
    font-size: 14px;
    font-family: Tahoma;
    font-weight: bold;
}
.text2-2 {
    font-size: 14px;
    font-family: Tahoma;
    font-weight: bold;
    margin-left: 105px;
}
.text3 {
    font-size: 14px;
    font-family: Tahoma;

}
.text3-2 {
    font-size: 14px;
    font-family: Tahoma;
    margin-left: 34px;
    /*flex-grow: 1; /* Дає можливість займати решту простору */
        
}
.text3-3 {
    font-size: 14px;
    font-family: Tahoma;
    margin-left: 40px;
    /*flex-grow: 1;  Дає можливість займати решту простору */
        
}
.button {
    display: inline-block;
    padding: 5px 5px;
    background-color: #82521F;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.button:hover {
    background-color: #C27A2E;
    color: white;
}
.text-container {
    display: flex;
    align-items: center;
}
.button-opys {
    display: inline-block;
    padding: 5px 5px;
    background-color: #C27A2E;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.button-opys:hover {
    background-color: #82521F;
    color: white;
}