@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@500&display=swap'); /*обычный текст font-family: 'Dosis', sans-serif;*/
body {
    width: 100%;
    height: 100%;
}
section {
    position: relative;
    margin: 0 auto;
    margin-top: 6%;
    width: 60%;
    height: auto;
    background-color: #fff;
    z-index: 2;
    border-radius: 5px;
    box-shadow: 0px 0px 10px;
}
article {
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
}
.banner_ {
    position: fixed;
    text-align: center;
    width: 100%;
    height: 200px;
    padding-top: 2%;
    padding-bottom: 3%;
    background-color: #0078D4;
    z-index: 1;
}
.button_aside {
    font-size: 20px;
}
.button_aside:hover {
    color: #1490DF;
    transition: 0.3s;
}
h2{
    font-family: 'Dosis', sans-serif;
    padding-bottom: 1%;
    text-align: center;
}
h3 {
    font-family: 'Dosis', sans-serif;
    background-color: #0364B8;
    padding: 1%;
    width: 100%;
    color: #fff;
}
ul {
    font-family: 'Dosis', sans-serif;
}
p {
    font-family: 'Dosis', sans-serif;
}
h1 {
    color: #fff;
    font-family: 'Dosis', sans-serif;
}
summary {
        padding: 1%;
}

/*tabel settings*/
table {
    margin-left: 1%;
    margin-right: 1%;
    border-color: #0364B8;
}
th {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #0364B8;
    color: #fff;
}
td {
    padding-left: 10px;
    padding-right: 10px;
}