body{
    font-size: 18px;
    background-image: url(geometry2.webp);
}

.cover{
    background: rgba(255,255,200,0.3);

    width: 100%;
    height: 100%;
}
.btn-download{
    border-radius:10px;
    background:#2196f3;
    padding: 10px 15px;
    margin:40px auto;
    max-width: 200px;
    width: 80%;
    font-weight: bold;
    color:white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 1px #2b77a6;
}

a.link-target{
    color:#37a3e5;
    text-decoration: underline;
}

/* #download-page h2{
    background-color: #cde5f8;
    border-radius: 10px;
    padding: 10px 25px;
    font-weight: bold;
} */


#download-page h2 {
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 2em 50px 1em;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background: #a5cb1e;
  font-weight: bold;
  font-size:1.3rem;
}

h2:before,
h2:after {
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 30px solid #a5cb1e;
}

h2:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

h2:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

h2 span {
  position: relative;
  display: block;
}

#download-page h3{
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    padding: 10px 15px;
    border:2px solid #cdb878;
    border-radius: 10px;;
}

.number{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #2196f3;
    color:#fff;
    margin-right: 10px;
    border-radius: 50%;

}

.container{
    max-width: 1000px !important;
}

.book{
    max-width: 400px;
}

p{
    padding: 0 15px;
}

.logo{
    max-width:700px;
    width: 100%;
    
}


.point{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #2196f3;
    color:#fff;
    margin-right: 10px;
    border-radius: 20px;
    padding: 0px 10px;
    font-size:12px;
    font-weight: bold;


}
.sho6{
    max-width: 200px;
    width: 90%;
    margin:auto;
}
.step-image{
    max-width: 500px;
    width: 90%;
    margin:0px auto;
        box-shadow: 0 2px 3px 2px #c1c39b;
    border-radius: 5px;
}

@media screen and (max-width:780px){

    #download-page h2 {
        font-size: 1.2rem;
        line-height: 1.8;
        height: auto;
        width: 100%;
        margin:0;
        padding: 15px;
        border-radius: 10px;
    }
    #download-page h2:before{
      display: none;
      width: 0;
      border-width: 0;

    }
    #download-page h2:after {
      display: none;
      width: 0;
      border-width: 0;

    }

}