body {
  background: #20262E;
  padding: 20px;
  font-family: Helvetica;
  color:#000;
  background:#fff;
}
.topLogo{
    width:230px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
    top: -28px
}
.pageContainer{
    width:1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;        
}
h1{
    margin-bottom: 2px;
    font-size: 2rem;
}
h2{
    font-size: 1.2rem;
}
li{
    color: darkblue;
    font-size: 1.2rem;
    list-style-type: square;
}
.closedBlock{
    display: block;
    width: 70rem;
    margin-left: auto;
    margin-right: auto;
    text-align: justify-all;
    background-color: #eee;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-style: solid;
    border-color: #eee;

}
.openBlock{
    display: none;
    position: relative;
    top: -1m;
    width: 70rem;
    margin-left: auto;
    margin-right: auto;
    text-align: justify-all;
    background-color: #eee;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-style: solid;
    border-color: #eee;

    
    
    
}
.logo{
    width:55rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}
.blockTitle{
    font-size: 1.8rem;
    position: relative;
   
}
.openBlockTitle{
     font-size: 1.8rem;
    position: relative;
    top:-9px;
    left: -1px;
}
.carrat{
    font-size: 2.3rem;
    position: relative;
    top:0.5rem;
}
.inlineImage{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
}
.blockText{
    font-size: 1.3rem;
    text-align: justify;
    margin-left:3rem;
    margin-right: 3rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.contentBlock{
    overflow-y: scroll;
    overflow-x: hidden
     width:1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;  
    height:50rem;
}
.headText{
    font-size: 3rem;
    position: relative;
    top: -30px;
    margin-left: 1rem;
}