* {
  margin: 0;
  padding: 0;
  /* color: burlywood; */
}

body {
  /* background-color: indigo !important; */
  padding-top: 5px;
  background-repeat: repeat;
  background-image: url(images/bg-bl.jpg);
  background-position: center top;
}

.container_emails {
  width: 95%;
  padding: auto;
  margin: auto;
}

.user {
  color: rgb(110, 214, 12);
  padding-bottom: 10px;
}

.pass {
  color: rgb(110, 214, 12);
  padding-bottom: 10px;
}

.mail {
  color: rgb(110, 214, 12);
  padding-bottom: 10px;
}

.name {
  color: rgb(110, 214, 12);
  padding-bottom: 10px;
}

.folder {
  /* text-align: center; */
  padding-top: 10px;
  color: rgb(255, 12, 255);
  text-transform: uppercase;
  text-align: center;
}

.folder-num {
  color: yellow;
  text-align: center;
  padding-top: 10px;
}

.img {
  padding-top: 2rem;
  padding-left: 2rem;
}

ul .dropdown {
  float: left;
}

.ta {
  text-align: center;
  /* color: darkkhaki; */
}

.reset {
  /* text-align: center; */
  color: rgb(247, 245, 243);
  text-transform: uppercase;
}

.reset1 {
  /* text-align: center; */
  /* color: tan; */
  text-transform: uppercase;
  text-align: center;
}

.reset2 {
  /* text-align: center; */
  color: rgb(255, 12, 255);
  text-transform: uppercase;
  text-align: center;
}

.Item1 {
  color: yellow;
}

/* 2 */

body {
  margin: 0;
  padding: 0;
  background-repeat: repeat;
  background-image: url(../../images/bg-bl.jpg);
  background-position: center top;
  color: darkturquoise;
}

.container {
  width: 65%;
  margin: 0 auto;
}

h2 {
  text-align: center;
  color: yellow;
}

.item {
  padding: 3rem;
  border: gold 1px solid;
  background-color: midnightblue;
  font-size: 1.2rem;
  font-weight: bold;
  /* text-align: center; */
}

.productkey {
  color: deepskyblue;
}
/* =============================================== */
h2 {
  text-align: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0.5rem;
}

/* MEDIA */
@media (max-width: 768px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

/* 3 */
.container_emails {
  width: 95%;
  margin: 0 auto;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 0.5fr);
  grid-gap: 0.5rem;
}

.txt {
  color: bisque;
}
