/* Font */  
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');  
  
/* * */  
*{  
  margin: 0;  
  padding: 0;  
  text-decoration: none;  
  list-style: none;  
  user-select: none;  
  box-sizing: border-box;  
}  
  
/* Body */  
body {  
  width: 100%;  
  height: 250vh;  
  background: linear-gradient(#f76cc7, #f53ab4, #f50da5);  
  font-family: "Poppins";  
  font-style: italic;  
}  
  
/* HeaderText */  
.HeaderText {  
  margin-top: 25px;  
  font-size: 35px;  
  font-weight: 900;  
  text-align: center;  
  color: #fff;  
}  
  
/* Line */  
.line {  
  width: 200px;  
  height: 5.4vw;  
  display: block;  
  margin-right: auto;  
  margin-left: auto;  
  background: #fff;  
  border: 3px solid #fff;  
  border-radius: 12px 24px 30px 54px;  
}  
  
.photo-group {  
  display: flex;  
  flex-direction: column;  
  align-items: center;  
}  
  
.photo-row {  
  display: flex;  
  justify-content: center;  
  margin-bottom: 10px;  
}  
  
.photo {  
  position: relative;  
  width: 110px;  
  height: 110px;  
  margin: 5px;  
}  
  
.photo img {  
  width: 100%;  
  height: 100%;  
  object-fit: cover;  
  border: 4px solid #fed5fb;
  border-radius: 42px 17px 42px 17px;
  gap: 10px;
}  
  
.caption {  
  position: absolute;  
  top: 50%;  
  left: 50%;  
  transform: translate(-50%, -50%);  
  color: #fff;  
  font-family: "Serif";  
  font-size: 16px;  
  font-style: italic;  
  font-weight: bold;  
  padding: 2px 5px;  
  border-radius: 5px;  
}

/* Left Img — Soldaki Img */
#leftImg {
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: left;
  align-items: left;
  margin-left: 15px;
  border: 7px solid #fdf;
  border-radius: 7px 7px 47px;
  margin-top: 25px;
  margin-bottom: 15px;
}

/* Country Text — Ülke Yazısı */
.CountryText {
  font-size: 21px;
  font-weight: 900;
  padding: 21px;
  text-align: center;
  text-decoration: underline;
  color: #fff;
}


/* Right Img — Sağdaki Img */
#rightImg {
  width: 190px;
  height: 160px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-right: 15px;
  border: 7px solid #fdf;
  border-radius: 7px 7px 7px 47px;
  margin-top: 25px;
  margin-bottom: 15px;
}

/* Smile-Cointainer — Smileyyy Konteyneri */
.smile-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

/* Kalp */
#emojii {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* Hobby Text — Hobi Yazısı */
.HobbysText {
  margin-top: 15px;
  font-weight: 900;
  font-size: 37px;
  padding: 17px 17px;
  text-align: center;
  text-decoration: underline;
  color: #fff;
}


/* Hobby Group. — Hobi Grubu. */
.hobby-group {  
  display: flex;  
  flex-direction: column;  
  align-items: center;  
}  

/* Hobby Row. — Hobby Sırası */
.hobby-row {  
  display: flex;  
  justify-content: center;  
  margin-bottom: 10px;  
}  
  
.hobby-photo {  
  position: relative;  
  width: 110px;  
  height: 250px;  
  margin: 5px;  
}  
  
.hobby-photo img {  
  width: 100%;  
  height: 100%;  
  object-fit: cover;  
  border: 4px solid #fed5fb;
  border-radius: 10px 62px 10px 62px;
  gap: 10px;
} 

/* Clock Text — Saat Yazısı */
.ClockText {
  margin-top: 20px;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  text-decoration: underline;
  color: #fff;
}

/* Time(s) Twext — Yerel Saat Yazılarının Yazısı */
.netherlands-text,
.syria-text,
.turkey-text {
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: #fff;
}

/* (B)old Text — Kalın Yazı */
b {
  text-decoration: underline;
}