* {
  margin: 0;
  padding: 0;
  font-family: "Zilla Slab", serif;
  font-size: 20px;
}

html {
  min-height: 100vh;
  width: 99vw;
  background-image: linear-gradient(
    to top left,
    rgb(236, 50, 50),
    rgb(241, 188, 127) 70%
  );
  background-size: cover;
  overflow-x: hidden;
}

.guessd {
  overflow-x: visible;
  color: white;
  height: 100vh;
  padding-top: 60px;
  width: 60%;
  margin-left: 20%;
  background-image: linear-gradient(
    to top,
    rgba(58, 54, 54, 0.9),
    rgb(58, 54, 54, 0.8)
  );
  height: 50vh;
  margin-top: 20vh;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
  min-width: 800px;
}

h2,
h1,
p,
.inside {
  margin: 0% 5% 0% 37%;
}
h2,
h1 {
  margin-top: 20px;
  font-size: 140%;
  letter-spacing: 2px;
}

h2 {
  margin-top: 20px;
  font-size: 100%;
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
}

p {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 90%;
  letter-spacing: 1px;
  word-spacing: 2px;
  font-weight: 300;
}
.img {
  height: 45vh;
  width: 35%;
  min-width: 150px;
  min-height: 150px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  float: left;
  position: absolute;
  top: 12%;
  left: -5%;
}

.inside {
  padding: 5px 20px;
}

.but {
  text-align: center;
  width: 40%;
  border: none;
  background-image: linear-gradient(
    to top left,
    rgb(236, 50, 50),
    rgb(241, 188, 127)
  );
  padding: 8px 5px;
  color: black;
  font-weight: 500;
  border-radius: 250px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  -ms-border-radius: 250px;
  -o-border-radius: 250px;
  text-shadow: 0px 1px 1px rgb(255, 255, 255);
}

.but1 {
  margin-right: 5%;
}

.but a {
  color: rgb(29, 28, 28);
  font-size: 100%;
  font-weight: 500;
  text-decoration: none;
}
span {
  visibility: hidden;
  text-shadow: 0px 0px 1px rgb(255, 255, 255);
  color: rgb(29, 28, 28);
  padding: 8px 5px;
  font-weight: 800;
}
.but:hover span {
  visibility: visible;
}

.div2 {
  margin-top: 40vh;
  margin-bottom: 20vh;
  background-image: linear-gradient(
    to top,
    rgba(240, 75, 138, 0.6),
    rgba(190, 99, 226, 0.9)
  );
  color: black;
}

.but2 {
  color: white;
  text-shadow: 0px 1px 1px rgb(0, 0, 0);
}

.but2 a {
  color: white;
  text-shadow: 0px 1px 1px rgb(0, 0, 0);
}

.two {
  color: white;
  text-shadow: 0px 1px 1px rgb(0, 0, 0);
}
