
html{
    scroll-behavior: smooth;
}
.maintext{
    flex-direction: column;
}
.headline{
    text-shadow: 0 0 2px #fff0f5;
    color: #fff0f5;
    font-weight: 600;
    font-size: 250%;
    padding: 2% 0;
    text-align: center;
    scroll-margin-top: 100px;
}
.maintext p{
    text-align: justify;
    margin-left: 9%;
    font-size: 135%;
    line-height: 120%;
    font-weight: 400;
    color: #fff0f5;
    margin-right: 9%;
}
.Slovakiamap{
    display: block;
    height: 90%;
    width: 50%;
    margin-left: 25%;
}
.Sources{
    padding: 2%;
    align-self: center;
    width: fit-content;
    background-color: #fff0f5;
    border-radius: 20px;
    margin-bottom: 2%;
}
.Sources p{
    color: darkslateblue;
    margin-right: 2%;
    margin-left: 2%;
}
.form1{
    display: flex;
    margin-top: 2%;
    background-color: #fff0f5;
    border-radius: 25px;
    margin-left: 9%;
    margin-right: 9%;
   padding-top: 2%;
}
.form1 p{
    color: darkslateblue;
}
.form1 .a{
    margin-right: 2%;
    margin-left: 2%;
}
.form1 .b{
    margin-left: 0;
    margin-right: 2%;
}
.form2{
    display: flex;
}
.form2 p{
    margin-left: 2%;
    padding-right: 9%;
}
.form2 img{
    height: 100%;
    width: 42%;
    margin-left: 9%;
    border: 2px #fff0f5 solid;
}
.form2 p{
    margin-right: 0;
}
.form2 .a{
    margin-top: 2%;
}
.form2 .b{
    margin-top: 4.5%;
}
.form6{
    display: flex;
}
.form6 p{
    background-color: #fff0f5;
    color: darkslateblue;
    border-radius: 25px;
    padding: 2%;
    margin-right: 2%;
    height: fit-content;
}
.form6 img{
    margin-top: 5%;
    height: 100%;
    width: 35%;
    margin-right: 9%;
    border:#fff0f5 solid 2px ;
}
.form6  .a{
    margin-top: 4%;
}
.form6 .b{
    margin-top: 1%;
}
.form6 .c{
    margin-top: 5%;
}
.form6 .d{
    margin-top: 6.5%;
}
.form5{
    display: flex;
}
.form5 p{
    background-color: #fff0f5;
    border-radius: 25px;
    padding: 2%;
    color: darkslateblue;
    margin-right: 9%;
    margin-left: 3%;
}
.form5 img{
    height: 400px;
    width: 300px;
    margin-left: 9%;
    border: #fff0f5 solid 2px;
}
.form5 .a{
    margin-top: 3%;
}
.form4{
    display: flex;
}
.form4 .a{
    margin-right: 40px;
}
.form4 .b{
    margin-right: 9%;
    margin-left: 0px;
} 
.form3{
    display: flex;
}
.form3 p{
    margin-right: 4%;
}
.form3 img{
    height: 180%;
    width: 40%;
    margin-right: 9%;
    border: #fff0f5 solid 2px;
    margin-left: 0px;
    margin-top: 6%;
}
.form3 .a{
    margin-top: 6.5%;
}
.form3 .b{
    margin-top: 3%;
}
.form3 .i{
    margin-top: 0%;
}
.form3 .y{
    width: 20%;
    margin-top: 1%;
}
.form6 .f{
    margin-top: 0.7%;
}
.form7{
    display: flex;
}
.form7 li{
    color: darkslateblue;
    margin-left: 9%;
    font-size: 120%;
}
.form7 p{
    color: darkslateblue;
    margin-left: 0px;
    margin-right: 0px;
}
.form7 div{
    background-color: #fff0f5;
    padding: 2%;
    border-radius: 25px;
    margin-left: 9%;
    margin-right: 9%;
}
.form7 img{
    height: 100%;
    width: 17%;
    margin-right: 9%;
    border: #fff0f5 2px solid;
}
.form7 li{
    list-style: circle;
}
.form5 .Statue{
    margin-top: 4%;
    height: 100%;
    width: 40%;
}
.form3 .green{
    height: 100%;
    width: 28%;
    margin-top: 0;
}
.form3 .g{
    height: 100%; 
    width: 20%;
}
.form2 .h{
    border: none;
}
.form8{
    display: flex;
}
.form8 p{
    margin-right: 2%; 
    color: #fff0f5;
    margin-left: 15%; 
    margin-top: 3.5%;
}
.form8 img{
    margin-right: 20%;
    width: 20%;
    height: 20%;
    border: #fff0f5 solid 2px;
    margin-top: 2%;
}
.form9 p{
    background-color: #fff0f5;
    border-radius: 25px;
    padding: 2%;
    color: darkslateblue;
    margin-right: 9%;
}
.form9 .c{
    height: 40%;
    width: 480%;
    border: #fff0f5 solid 2px;
}
.form9 .d {
    height: 50%;
    width: 480%;
    border: #fff0f5 solid 2px;
}
.form9 div{
    margin-left: 9%;
    margin-right: 6%;
    margin-top: 2% ;
}
.form9{
    display: flex;
}
.arrow{
    width: 5%; 
    height: 5%;
    margin-left: 46%;
    background-color: #fff0f5; 
    border-radius: 100%; 
    transition: 0.3s;
}
.arrow:hover{
    transform: scale(1.3);
}
@media screen and (max-width: 1300px){
    .maintext p{
        font-size: medium;
    }
}
@media screen and (max-width: 1000px){
    .form1, .form2, .form3, .form4, .form5, .form6, .form7, .form8, .form9 {
    flex-direction: column;
  }
  .maintext p, .maintext img{
    font-size: medium;
    margin-right: 9%;
    margin-left: 9%;
  }
  .Sources{
    margin-left: 9%;
    margin-right: 9%;
  }
  .form4 .a, .form4 .b{
    margin-left: 9%;
    margin-right: 9%;
  }
  .form2 p 
  {
    margin-right: 0px;
  }
.maintext img{
    align-self: center;
  }
}
@media screen and (max-width: 800px) {
  .form1, .form2, .form3, .form4, .form5, .form6, .form7, .form8, .form9 {
    flex-direction: column;
  }
  .maintext img{
    align-self: normal;
  }
  .maintext p, .maintext img{
    font-size: medium;
    margin-right: 9%;
    margin-left: 9%;
  }
  .form2 p 
  {
    margin-right: 0px;
  }
  .form2 img{
    width: 90%;
  }
  .form6 img{
    width: 80%;
  }
  .form3 img{
    width: 80%;
  }
  .form8 img{
    width: 80%;
    height: 80%;
  }
  .Slovakiamap{
    width: 80%;
  }
  .form3 .g{
    width: 80%;
  }
  .Sources{
    margin-left: 9%;
    margin-right: 9%;
  }
  .form9 .c{
    width: 80%;
  }
  .form9 .d{
    width: 80%;
    margin-bottom: 2%;
  }
  .form7 img{
    width: 80%;
  }
  .form5 .Statue{
    width: 80%;
  }
  .form4 .a, .form4 .b{
    margin-left: 9%;
    margin-right: 9%;
  }
  .form1{
    padding: 4px;
  }
  .form3 .green{
    width: 80%;
  }
  .form3 .y{
    width: 80%;
  }
}



