body {
  background-image: linear-gradient(#ffffff, #cecece);
}
.header{
    background-image: linear-gradient(#101d3a, #11264d);
  height: 40px;
}
.sub-header{
      background-image: linear-gradient(#3f5d83, #3a5378);
  height: 30px;
}
 /* text-shadow: 2px 2px 6px var(--textcolor); */
}
main {
  animation: 1.25s ease-in-out 0s 1 loadInAnimation;
  align-items: center;
  flex-direction: column;
  display: flex;
  min-height: calc(100vh - (2 * 0.7rem));
  gap: 0;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 4rem;
  width: 90%;
}
main#main.noscroll {
  justify-content: center;
}
h1,
h2,
h3,
p,
a,
label {
  margin: 0;
  padding: 0;
  /* text-shadow: var(--shadow); */
}
.img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  flex-wrap: wrap;
  width: 6%;
  margin: 2%;
}
a:link {
  text-decoration: none;
  color: #fff;
}
a:visited {
  text-decoration: none;
  color: #fff;
}
.play-button{
  border: 2px solid;
  border-style: solid;
  border-color: #74a3ff;
  border-radius: 15%;
  background-image: linear-gradient(#3a72f9, #2852bc);
}
footer{
      background-image: linear-gradient(#b9b9b9, #828282);
  height:120px;
}
.truste{
  width: 40px;
}
.playNOW{
  background-color: green;
  border-color: darkgreen;
  border: 2px solid;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
.samerow {
  display: flex;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
