
.one {
  width: 75%;
  background-color: paleturquoise;
  float: left;
  text-align: center;
}

.two {
  float: left;
  width: 25%;
  background-color: palegoldenrod;
  text-align: center;
}

hr {
  height: 2px;
  color: black;
  background-color: black;
  border-width: 0px;
}

.head {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
}

body {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  background-image: linear-gradient(
  90deg,
  #79EF76 0%,
  #79EF76 20%,
  #51CB54 20%,
  #51CB54 40%,
  #79EF76 40%,
  #79EF76 60%,
  #51CB54 60%,
  #51CB54 80%,
  #79EF76 80%,
  #79EF76 100%
  );
}

.chr {
  float: left;
  background-color: darksalmon;
  width: 70%;
  text-align: center;
  
}

.latest {
  float: left;
  background-color: yellow;
  width: 30%;
  text-align: center;
}

.icon {
  height: 70px;
  background-color: white;
  border: solid;
  border-radius: 10px;
  padding : 5px 5px 5px 5px;
}

.contestant {
  display: inline-grid;
  align-items: center;
  text-align: center;
  padding : 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
}

.thumbnailn {
  margin-top: 20px;
  border: solid;
  width: 240px;
}

.thumbnailf {
  border: solid;
  width: 240px;
}

.thumbnaill {
  margin-top: 20px;
  margin-bottom: 20px;
  border: solid;
  width: 240px;
}

.chr_page_header {
  background-color: paleturquoise;
  align-items: center;
  justify-content: center;
  display: flex;
}

.toptext {
  width: 75%;
  float: left;
}