html {
scroll-behavior: smooth;
}

body {
  background: #EAC452;
  font-family: "Varela Round", sans-serif;
}

header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

footer {
  font-size: 13px;
  display: flex;
}

a {
  text-decoration: none;
}

.powermasterHeader {
  display: flex;
}

.powermasterDownloadDiv {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 50px;
  background-color: #A96424;
  border-radius: 10px;
}
  .powermasterDownloadDiv:hover {
      background-color: #714216;
  }

.powermasterDownloadA {
  font-size: 16px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 20px;
  color: white;
  padding-left: 20px;
  border-radius: 10px;
}
  .powermasterDownloadA:hover {
      background-color: #714216;
  }

.powermasterX64DownloadA {
  display: flex;
  grid-column-start: 1;
  font-size: 16px;
  background-color: transparent;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 20px;
  color: white;
  padding-left: 20px;
  border-radius: 10px;
}
  .powermasterX64DownloadA:hover {
      text-decoration-line: underline;
  }

.powermasterX64DownloadDiv {
  grid-column-start: 1;
  font-size: 16px;
  background-color: #A96424;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 20px;
  color: white;
  padding-left: 20px;
  border-radius: 10px;
}
  .powermasterX64DownloadDiv:hover {
      background-color: black;
  }

.powermasterArm64DownloadA {
  display: flex;
  background-color: transparent;
  grid-column-start: 2;
  font-size: 16px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 20px;
  color: white;
  padding-left: 20px;
  border-radius: 10px;
}
  .powermasterArm64DownloadA:hover {
      text-decoration-line: underline;
  }

.powermasterArm64DownloadDiv {
  background-color: #714216;
  grid-column-start: 2;
  font-size: 16px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 20px;
  color: white;
  padding-left: 20px;
  border-radius: 10px;
}
  .powermasterArm64DownloadDiv:hover {
      background-color: black;
  }

.powermasterLandingPageImg {
  width: 98.7%;
  height: 100%;
  border-color: black;
  border: solid;
  box-shadow: 10px 10px;
  border-radius: 10px;
}

.centeredDiv {
  margin: auto;
  width: 97.5%;
  height: 100%;
  display: grid;
  column-gap: 5px;
  border-color: black;
  border: solid;
  box-shadow: 10px 10px;
  border-radius: 10px;
  padding-bottom: 10px;
}

.screenshotsDiv {
  margin-top: 10px;
  margin-bottom: 10px;
  display: grid;
  row-gap: 5px;
  padding-top: 20px;
  border-radius: 10px;
  padding-bottom: 20px;
  width: 100%;
  background-color: #A96424;
  column-gap: 0px;
}

.powermasterScreenshotsImg {
  width: 95%;
  height: 100%;
  border-radius: 10px;
}

.powermasterFeaturesA {
  font-size: 14px;
  color: #A96424;
  margin-left: 50px;
  grid-column-start: 3;
  margin-top: 18px;
}
  .powermasterFeaturesA:hover {
      color: black;
  }

.powermasterMSIXP {
  margin-top: 0px;
  margin-bottom: 00px;
  margin-left: 5px;
  opacity: 75%;
  font-size: 12px;
}

.powermasterDownloadsImg {
  display: block;
  margin-left: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: auto;
  width: 64px;
  height: 64px;
}
