﻿body {
    transform: scale(115%);
    transform-origin: 0 0;
    width: 83.33%;
}


body {
    background-color: black;
    font-family: 'Courier New';
    text-align: center;
    font-weight: bold;
    font-size: 90%;
    color: white;
}

header img {
    border: dashed;
    border-color: #ffffff;
}

header img {
    border: dashed;
    border-color: #ffffff;
}

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: black;
    padding-top: 1px;
    margin-left: 21%;
    margin-right: 21%;
    padding-bottom: initial;
    
}
@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: grey;
    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;
}

.диалог {
    text-align: left;
    margin: 20px;
}
