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;  
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.text-box {
  width: 1000px;
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: start;
  border: 5px solid rgb(131, 123, 143);
  border-radius: 25px;
  opacity: 95%;
  word-spacing: -0.5px; 
  padding: 10px;
  letter-spacing: 1px;
  padding-bottom: 30px;
}

#filter-sketch {
  display: flex;
  align-self: center;
  margin-bottom: 25px;
  border: 5px solid rgb(131, 123, 143); 
}

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

}

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

.button {
  height: 50px;
  width: 350px;
  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:active {
/* background-color: #3e8e41; */
box-shadow: 0 5px #666;
transform: translateY(4px);
}