/*
Theme Name: Yoyo Tea
*/

@font-face {
  font-family: Alice;
  src: url(/wp-content/themes/my-own-theme/Alice\Alice-Regular.ttf);
}

body, html{
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Alice;
  background: url('/wp-content/uploads/2025/08/IMG_3976-scaled.jpg') no-repeat center center;
  background-size: cover;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.4); /* Optional for readability */
  padding: 40px;
  border-radius: 20px;
  max-width: 90%;
}

.logo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto 20px;
}

h1 {
  font-size: 2.2rem;
  margin: 20px 0;
}

.icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0;
}

.icons img {/* 
  width: 50px;
  height: 50px; */
  width: 4rem;
  height: 4rem;
}

.address {
  font-size: 1.2rem;
  margin-top: 20px;
}
