html {
  height: 100%;
  width: 100%;
  background-image: url("https://github.com/syalmazhafira/decopieces/assets/68831016/e3a7bef7-f174-4fbe-89df-e363ebeccae0");
  background-size: 20%;
  background-repeat: repeat;
  top: 0;
  left: 0;
}

p {
  font-family: 'Lora';
  text-align: center;
}

h1 {
  font-family: 'Satisfy';
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

h5 {
  font-family: 'Lora';
  text-align: center;
  margin: 0;
}

.kepadayth {
  margin-top: 10px;
  margin-bottom: 0px;
}

h3 {
  font-family: 'Lora';
  text-align: center;
}

h4 {
  font-family: 'Lora';
  text-align: center;
}

.address {
  background-color: #FFEEDB;
  background-image: url('https://github.com/syalmazhafira/decopieces/assets/68831016/49a16454-8c0b-4bec-b739-5e7f0995a871');
  border-radius: 10px;
  width: 480px;
  height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

.theWriting {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.theCouplePic {
  width: 220px;
}

.firstPart {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw; /* Full viewport width */
  height: 100vh;
}

button {
  text-align: center;
  padding: 10px;
  margin: 0 auto;
  font-size: 16px;
  font-family: 'Lora';
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #a76c46;
  font-color: black;
  text-decoration: none;
  
}

button:hover {
  background-color: #814724;
}

.toguest {
  text-align: center;
  padding: 10px;
  margin: 5px;
  font-family: 'Lora';
  border-radius: 10px;
  background-color: #FFEEDB;
  font-color: black;
}
.theLogo {
  width: 85px;
  border-radius: 50%;
}

.logoContainer {
  width: 76px; /* Set the desired width */
  height: 76px; /* Set the desired height */
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}