*{
    font-family: 'Manrope', sans-serif;
    font-family: 'Montserrat', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    background-color: #F2F1EB;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.logoContainer {
    position: relative;
}

.topBack {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mainLogo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.aboutSchool {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 170px;
    height: 100px;
}

.mainText {
    margin-top: 15px;
    margin-bottom: 10px;
}

.aboutSchool h1 {
    margin-top: 100px;
}

.aboutSchoolText {
    width: 335px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -10px;
    padding-bottom: 70px;
    text-align: center;
}

.ourCinnosti {
    position: relative;
    height: 440px;
    margin-top: 70px;
}

.cinnosti {
    position: absolute;
}

.cinnosti2 {
    position: absolute;
    top: 0;
    right: 0;
}

.aboutCinnosti {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aboutCinnosti img{
    margin-top: 15px;
    margin-bottom: 20px;
}

.aboutSession{
    height: 715px;
    background-color: #6B7240;
    justify-content: center;
}

.aboutSessionPhotos {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aboutSessionPhotos img {
    margin-bottom: 20px;
}

.aboutSessionContent {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutSessionContent img {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 35px;
    margin-bottom: 15px;
}

.aboutSessionContent img,
.aboutSessionContent h1 {
    display: inline-block;
    vertical-align: middle;
}

.aboutStud {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.studOptions {
    height: 415px;
    background-color: #6B7240;
    justify-content: center;
    display: block;
    align-items: center;
}

.studFormat {
    padding-top: 35px;
}

.studOptionsimg {
    padding-top: 35px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.studOptions h2 {
    padding-top: 35px;
    text-align: center;
}

.olList {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.firstOptions {
    width: 155px;
    height: 290px;
    border-radius: 20px;
    background-color: #F2F1EB;
}

.firstOptions img {
    margin: 5px;
    margin-left: 8px;
}

.firstOptions img:first-child {
    margin: 5px;
    margin-left: 30px;
}

.secondOptions {

    margin-left: 25px;
    width: 155px;
    height: 290px;
    border-radius: 20px;
    background-color: #F2F1EB;

}

.secondOptions img {
    margin: 5px;
    margin-left: 8px;
}

.secondOptions img:first-child {
    margin: 5px;
    margin-left: 35px;
}

.studOptions h4 {
    margin-top: 5px;
    padding-top: 5px;
}

.detail {
    position: relative;
    height: 300px;
}

.aboutDetail {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

.aboutDetail img {
    margin-top: 20px;
}

.aboutDetail a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    margin-bottom: 3px;
}

.detail1 {
    position: absolute;
}

.detail2 {
    position: absolute;
    top: 0;
    right: 0;
}

.contactBlock {
    padding-top: 40px;
}

.contact{
    margin-left: 50px;
    margin-right: 50px;
}

footer {
    height: 40px;
    background-color: #6B7240;
    position: relative;
}

.footerImg {
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    padding-top: 13px;

}

.lastImage {
    padding-top: 40px;
}
