html {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/usa.jfif);
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  background-color: #ffffffdc;
  border: 3px solid black;
  border-radius: 50px;
  height: 635px;
  max-width: 340px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9, 0.9);
}

.prezWillBe {
  text-align: center;
  position: relative;
  font-size: 26px;
  width: max-content;
  padding: 40px;
  padding-bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  font-weight: 900;
}

.prezPic {
  width: 280px;
  height: 280px;
  background: white;
  border: 3px solid black;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 16px;
  font-size: 250px;
  text-align: center;
  background: blue;
  color: red;
  -webkit-text-stroke: 3px black;
  box-shadow: 2px 2px 1px 1px #9e9e9e;
}

.backgroundTrump {
  background-image: url(../images/President-Trump-Official-Portrait.jpg);
  background-size: cover;
}

.backgroundBiden {
  background-image: url(../images/biden-2-gty-er-201015_1602807169753_hpMain_16x9t_608.jpg);
  background-size: cover;
  background-position-x: center;
}

.backgroundJo {
  background-image: url(../images/jo.jpg);
  /* background-image: url(../images/joCheers.jpg); */
  background-size: cover;
  background-position-x: center;
}

.backgroundKanye {
  background-image: url(../images/200720-kanye-west-jm-0957_fbe9eeb63cfd2aef1fa6fcc0ac31b9ac.fit-2000w.jpg);
  background-size: cover;
  background-position-x: center;
}

.backgroundHowie {
  background-image: url(../images/Howie-Hawkins-on-steps-400.jpg);
  /* background-image: url(../images/howieFunny.jpg); */
  background-size: cover;
  background-position-x: center;
}

.backgroundAlyson {
  background-image: url(../images/alysonk.jpg);
  background-size: cover;
  background-position-x: center;
}

.backgroundGloria {
  background-image: url(../images/Gloria_La_Riva_at_Trump_inauguration_protest_SF_Jan_20_2017.jpg);
  background-size: cover;
  background-position-x: center;
}

.backgroundBrock {
  background-image: url(../images/brock.jpg);
  background-size: cover;
  background-position-x: center;
}

.backgroundRocky {
  background-image: url(../images/Rocky_De_La_Fuente.jpg);
  background-size: cover;
  background-position-x: center;
}

.pickButton {
  justify-content: center;
  font-size: 32px;
  font-weight: bolder;
  color: blue;
  -webkit-text-stroke: 1px black;
  font-style: bold;
  font-weight: 700;
  width: 200px;
  border-radius: 5px;
  height: 48px;
  background: linear-gradient(#d52d00, red);
  border-color: red;
  padding: 2px 2px 2px 2px;
  cursor: pointer;
  box-shadow: 1px 1px #cc1e1e;
  position: relative;
  margin-top: 12px;
  left: 50%;
  transform: translateX(-50%);
}

a.pickButton {
  position: relative;
  left: 0;
  border: none;
  box-shadow: none;
}

.name {
  text-align: center;
  position: relative;
  font-size: 26px;
  width: fit-content;
  padding: 14px;
  margin: 0 auto;
}

.goVote {
  text-align: center;
  position: relative;
  font-size: 32px;
  width: max-content;
  padding: 12px;
  margin: 0 auto;
  font-weight: bolder;
}

.vicePrez {
  text-align: center;
}

.polParty {
  text-align: center;
}
@media (orientation: landscape) and (max-width: 700px) {
  .container {
    transform: translate(-50%, -50%) scale(0.3, 0.3);
  }
}
