﻿body {
    transform: scale(115%);
    transform-origin: 0 0;
    width: 83.33%;
}

body {
    background: linear-gradient(#fffef0, #f1ffb0, #bad16d, #61a343, #396e21, #fffef0);
    font-family: 'Courier New';
    text-align: center;
    font-weight: bold;
    font-size: 90%;
    color: black;
}

header img {
    border: 2px dashed;
    border-color: #000000;
}


a:link {
    color: #03fc98;
    text-decoration: underline;
}

a:visited {
    color: #027872;
    text-decoration: underline;
}

a:hover {
    color: #03fc98;
    text-decoration: underline;
}

a:active {
    color: #03fc98;
    text-decoration: underline;
}

.Внутренний {
    background-color: #d4eda1;
    padding-top: 1px;
    margin-left: 21%;
    margin-right: 21%;
    padding-bottom: initial;
    border: dotted;
    border-color: black;
}
@media (min-width: 1024px) {
  .Внешний {
  margin-left: 16%;
    margin-right: 15%;
  }
}

img {
    margin-top: 5px;
    margin-bottom: 5px;
    height: auto;
    max-width: 100%;
}

details > summary {
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 5px;
    background-color: rgb(255, 255, 255);
    color: black;
    border: dotted;
    border-color: black;
    cursor: pointer;
    list-style: none;
}

details > div {
    border: 1px black dotted;
    padding: 10px;
}

details[open] > summary {
    list-style: none;
    cursor: pointer;
}

.Ссылки {
    margin-left: 20px;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 1%;
}

.меню {
    text-align: left;
    padding-bottom: 1px;
    padding-left: 20px;
}

.внешнееМеню {
    text-align: center;
    font-size: 20px;
}

.Текст {
    margin-left: 20px;
    margin-right: 20px;
     white-space: pre-line;
     overflow-wrap: break-word;
}

.диалог {
    text-align: left;
    margin: 20px;
     white-space: pre-line;
     overflow-wrap: break-word;
}


#Марсилея {
    color: #889f00;
}
#Лобелия {
    color: #7b9f00;
}