body {
  background-image: url(../../images/finabg.jpg);
  max-height: 100vh;
  max-width: 100vw;
  font-family: sans-serif;
}
li {
  list-style-type: none;
  padding: 0.5em;
}
input {
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #000000;
  font-size: 20px;
  padding: 0.5em;
  color: aliceblue;
}
a {
  color: aliceblue;
}
li p {
  font-size: 18px;
}
img {
  width: 30%;
  border-radius: 50%;
  position: absolute;
  top: -3.5em;
  left: 8em;
}
button {
  padding: 10px;
  margin-top: 1rem;
  font-size: 20px;
  position: absolute;
  width: 75%;
  background-color: rgb(255, 196, 0);
  border-radius: 40px;
  border: none;
}
button:hover {
  cursor: pointer;
  background-color: #000000;
  color: aliceblue;
  transition-duration: 0.2s;
}
a:hover {
  color: rgb(255, 251, 0);
}
.down {
  margin-top: 50px;
}
.linkpara {
  font-size: 18px;
  color: aliceblue;
  margin-top: 5rem;
}
.wrapper {
  background-color: rgb(72, 72, 72);
  width: 20%;
  height: 50%;
  position: absolute;
  border-radius: 10px;
}
.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.container {
  color: white;
  box-sizing: border-box;
  justify-content: left;
}
