* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.background_img{
 position:absolute;
 z-index:-1;
 display: flex;
 justify-content:center;
 text-align:left;
 align-items:left;
 width:100%;
 margin:auto;
 bottom: 50px;
}

.background_img img{
  width:300px;
  opacity:.3;
}


.section_main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem auto;
  width: 100%;
  height: 100%;
}

.myteklogo {
  width: 273px;
  height: 103px;
}

.myteklogo img {
  width: 100%;
}

/* /////// */


.para {
  padding: 2rem 0;
}

.para p {
  font-size:.9rem;
  letter-spacing: .1px;
  font-family: Arial, Helvetica, sans-serif;
  color: #3b5aa1;
  font-weight:500;
}


.buttons_line {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
  width: 100%;
  grid-row-gap: 1.2rem;
}

.button1 {
  width: 100%;
  text-align: center;
  padding: .3rem;
  background-color: #3b5aa1;
  border-radius: 11px;
  box-shadow:0px 0px 2px 2px rgba(0,0,0,0.2) inset;
}

.button1 a{
  text-decoration: none;
}

.button2 a{
  text-decoration: none;
}


.button1 p {
  color: white;
  font-size: 1.3rem;
  letter-spacing: 1px;
  font-family: Arial, Helvetica, sans-serif;
}

.button2 {
  width: 100%;
  text-align: center;
  padding: .3rem;
  background-color: #50b445;
  border-radius: 11px;
  box-shadow:0px 0px 2px 2px rgba(0,0,0,0.2) inset;

}

.button2 p {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-family: Arial, Helvetica, sans-serif;
}


/* ////// */

.below_text p{
  font-size:.8rem;
  letter-spacing:.1px;
  font-weight:600;
  color: #3b5aa1;
  font-family: Arial, Helvetica, sans-serif;
}
.below_text{
  text-align: center;
  padding-bottom:2rem;
}
.link{
text-align: center;  
}
.link a{
  text-decoration:none;
  font-size:1.3rem;
  letter-spacing:.1px;
  font-weight:600;
  color: #3b5aa1;
  font-family: Arial, Helvetica, sans-serif;
}


.below_div{
margin-top:1rem;
padding-top:2rem;
}

