* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
  width: 100%;
  min-height: 100vh;
  background-size:contain;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/57621.jpg");
  overflow: hidden;
  position: relative;
}

.smallBox-style{
  max-width: 500px;
  border: 3px #f1baa4 dashed;
  border-radius: 10px;
  max-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  min-height: 350px;
}

.smallBox{
  max-width: 400px;
  border: 3px #f1baa4 solid;
  border-radius: 10px;
  min-height: 300px;
  max-height: 500px;
  background-color: #f6e7d7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10%;
}

.profile {
     width:87.6px;
     height:87.6px;
}

h3{
  font-family: "Cherry Bomb One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  max-width: 350px;
  margin-bottom: 5px;
  margin-top: 50px;
  color: #e08164;
}

h4{
  font-family: "Cherry Bomb One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  margin-bottom: 20px;
  color: #e08164;
}

.dateguy{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

p{
  font-family: "Cherry Bomb One", system-ui;
  font-weight: 400;
  font-style: normal;
}

.button{
   padding: 10px 25px;
    margin: 10px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: #f1baa4;

}

button{
  border: none;
  background-color: transparent;
  color: white;
  font-size: 1.1rem;
}

.buttons{
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.lstamp{

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px; /* adjust size as needed */
  height: 80px;

}

.envelope-container {
  position: relative;
  display: inline-block;
}

.enve {
  width: 300px; /* or your desired size */
  height: auto;
  display: block;
}
