.screen {
  width: 100%;
  height: auto;
}

.Testimonials{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.person{
  background-color: var(--black10);
  padding: 5%;
  text-align: center;
  border-radius: 15px;
  max-width: 300px;
  min-width: 200px;
  margin: 2%;
  overflow-wrap: break-word;
} 

.person img {
  height: auto;
  width: 100%;
  margin-bottom: 4%;
}

.main{
  width: 80%;
  margin: 3% 0 0 10%;
}

.main img{
  width: 100%;
}

.imgperson{
  width: 50%;
  border-radius: 100%;
}

.stars{
    width: 60%;
}

button {
  background-color: #6C5FB1;
  border: none;
  color: white;
  text-align: center;
  font-size: 18px;
  padding: 18px 40px;
  border-radius: 40px;
  width: auto;
  margin: 10 auto;
  display: block;
  align-items: center
}

h2{
  text-align: center;
  margin-top: 8%;
}

h3{
  text-align: center;
}

.Titel {
  font-size: 100px;
  text-align: center;
}

p{
  font-size: 24px;
  text-align: center;
}

hr{
  height: 5px;
  width: 210px;
  background-color: #6C5FB1 ;
}

.download {
  position: relative;
}

.Action{
  right: 0;
  width: 100%;
}

.downloadinfo {
  display: flex;
  flex-direction: column;
  top: 20%;
  left: 10%;
  transform: translateY(-50%);
  position: absolute;
}

.DownloadButton{
  width: 40%;
  margin-right: 5%;
}

.downloadtext{
  text-align: left;
  font-size: 30px;
}

#Home{
  border-bottom: var(--purple) 5px solid;
}

#Desktopcta{
  display: none;
}

@media (min-width: 600px) {
  #Desktopcta{
    display: block;
  }

  #Mobilecta{
    display: none;
  }

  .downloadtext {
    font-size: 30px;
  }

  button{
    background-color: #6C5FB1;
    border: none;
    color: white;
    text-align: center;
    font-size: 36px;
    display: inline-block;
    padding: 18px 40px;
    border-radius: 40px;
    width: 400px;
    margin: 10 auto;
    display: block;
  }

  .downloadinfo{
    top: 50%;
  }

  h3{
    font-size: 30px;
  }
}
@media (min-width: 900px) {
  .downloadtext {
    font-size: 42px;
  }
}
@media (min-width: 1100px) {
  .downloadtext {
    font-size: 70px;
  }
}