html { background: #aeb9c9; }
body { 
 font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  


    }

h1 { 
  font-family: "Balthazar", serif;
  font-weight: 400;
  font-style: normal;
    font-size: 3vw;
    color: white;
 }

h2 { 
  font-family: "Balthazar", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5vw;
}

h3 { 
  font-family: "Balthazar", serif;
  font-weight: 400;
  font-style: normal;
}

header {
  font-family: "Balthazar", serif;
  font-weight: 400;
  font-style: normal;
}

title {
  font-family: "Balthazar", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3vw;
}
.title-box {
  width: 35vw;
  min-width: 150px;
  max-width: 600px;
  margin: 1rem auto .5rem auto;
  background: rgb(0, 0, 0);
  border: 1px solid #222;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1vw .5vw;
  text-align: center;
}

.black-box {
  background: #000;
  color: #fff;
  padding: 24px 32px;
  text-align: left;
  border-radius: 8px;
  margin-bottom: 32px;
  display: inline-block;
  width: auto;
}
