html {
  height: 100%;
  width: 100%;
}

body {
  height: 100vh;
  width: 100vw;
  font-family: "Josefin Sans";
  background-color: rgba(0, 0, 0, 0.852);
 
}

.center-box {
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-self: center;
  border: 5px solid rgb(131, 123, 143);
  border-radius: 25px;
  padding: 3%;

}

.text-box {
  height: 400px;
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: start;
  opacity: 95%;
}

.button-box{
  margin-top: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;

}

h1{
  color: white;
  text-align: center;
}




.button {
  height: 50px;
  width: 300px;
  align-self: center;
  font-size: 22px;
  border-radius:25px;
  background-color: #c7c7c7;
  border: 5px solid rgb(131, 123, 143);
  font-family: "Josefin Sans";
  text-align:center;
}


.button:hover {
background-color: rgb(85, 81, 90);
color: rgb(255, 255, 255); 
}

ul {
  color: #ffffff;
  font-size: 22px;
}