@charset "utf-8";


body {
    max-width: 1000px;
    margin: 0 auto;
    background-color: rgb(200, 200, 248);
    color: rgb(46, 113, 236);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
footer {
    margin-top: 100px;
    padding-bottom: 20px;
    text-align: center;
}
img{
    width:100%;
}

.BarTop{
    display: flex;
}
h3{
    color: rgba(132, 0, 255, 0.7);
    padding: 0;
    margin-top: 30px;
}
h2{
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 60px;
    opacity: 0.5;
    padding: 0;
    text-shadow: 5px 5px 3px rgb(15, 0, 155);
    margin-bottom: 0;
    padding-top: 50px;
}
h1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 70px;
    opacity: 0.5;
    padding: 0;
    text-shadow: 5px 5px 3px rgb(15, 0, 155);
    text-align: center;
}
.text{
margin-left: 80px;
text-align: center;
justify-content: center;
}
.flex{
    display: flex;
}


.text,.img{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px rgba(0, 89, 255, 0.493);
    border-bottom: solid 2px rgba(0, 89, 255, 0.493);
}
.text:before, .text:after, .img:before, .img:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: rgb(132, 0, 255);
}
.text:before {left: 10px;}
.text:after {right: 10px;}
.img:before {left: 10px;}
.img:after {right: 10px;}

.text p {
    margin-top: -30px; 
    padding: 15px;
}


footer{
    margin-top: 100px;
    text-align: center;
}

.back-to-top {
  display: inline-block;
  margin-top: 70px;
  color: rgb(132, 0, 255);
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.back-to-top::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: rgb(250, 73, 197);
  transition: width 0.3s ease;
  margin-top: 4px;
}

.back-to-top:hover::after {
  width: 100%;
}
