body {
  background-image: url('images/ditto.jpg');
  background-size: 200%;
  background-position: center;
  color: #ffffff;

    font-family: 'arial', sans-serif;
}

button {
  background-color: #fab9e9; 
  color: white;
  width: 100%;
  border: 2px solid #f79ddf;
  padding: 10px 10px;
  font-size: 15px;
  cursor: pointer;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px; 
  transition: 0.3s ease-in-out;
}


.btn-30 {
  width: 20%;
}


.btn-100 {
  width: 100%;
}

button:hover {
  background-color: #ffb4f1; 
  transform: scale(0.95,0.95); 
}

text { 
  color: white;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh; 
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e0e0e0;
}

.gif-wrapper {
  position: absolute; 
  top: 0; 
  left: 57%;
  transform: translateX(-50%); 
  z-index: 10;
}

.top-gif {
  width: auto;
  height: 190px; 
}
.box {
  width: 900px;         
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 10px solid #fab9e9;
  background-color: rgb(221, 195, 222); 
  padding: 40px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  margin: 10px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.box2 {
  width: 250px; 
  max-width: 250px; 
  min-width: 250px;       
  height: 600px;
  max-height: 600px;
  min-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 10px solid #fab9e9;
  background-color: rgb(221, 195, 222); 
  padding: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  margin: 10px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.box3 {
  width: 75%;
  max-width: 1000px;
  min-height: 70vh;
  border: 10px solid #fab9e9;
  background-color: rgb(221, 195, 222); 
  padding: 20px;
  padding-top: 20px;
  padding-left: 40;
  justify-content: center; 
  overflow: auto;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  border-radius: 20px; 
  margin: 10px;
}

.box4 {
  width: 75%;
  max-width: 1000px;
  min-height: 70vh;
  border: 10px solid #fab9e9;
  background-color: rgb(221, 195, 222); 
  padding: 40px;
  justify-content: left; 
  align-items: center; 
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  border-radius: 20px; 
  margin: 10px;
}

p {
  margin-top: 0;
    
}
p2 { 
  margin-left: 10;
}
@font-face {
  font-family: 'cherrybomb'; 
  src: url('Bangalore.ttf') format('truetype');
}

.text-with-border {
  font-size: 40px;
  font-weight: bold;
  color: #ffc0ee; 
  text-shadow: 
    3px 3px 0px #f481d5, 
    -1px -1px 0px #f481d5, 
    1px -1px 0px #f481d5,  
    -1px 1px 0px #f481d5;  
    padding: -30px;
}

form {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

input[type="text"], textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  resize: vertical;
  width: 97.7%;
}

textarea {
  min-height: 100px;
}


#entries {
  max-width: 600px;
  margin: 40px auto 0;
  padding: 20px;
}

.entry {
  background: white;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.entry strong {
  font-size: 18px;
  color: #333;
}

.entry p {
  margin-top: 5px;
  color: #555;
}

.horizontal-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 20px;
}

.button-horizontal {
  background-color: #fab9e9; 
  color: white;
  border: 2px solid #f79ddf;
  padding: 10px 20px;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  border-radius: 8px; 
  transition: 0.3s ease-in-out;
}

.button-horizontal:hover {
  background-color: #ffb4f1; 
  transform: scale(0.95);
}


marquee {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 5px;
}

.border-wrapper {
  display: inline-block;
  border: 20px solid transparent;
  border-image: url('checker.png') 20 repeat;
  border-radius: 20px; 
  overflow: hidden; 
}

.content-box {
  background: white;
  padding: 20px;
  width: 260px;
  height: 160px;
  border-radius: 10px; 
}


::-webkit-scrollbar {
  width: 12px; 
  height: 12px; 
}


::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 10px;
}


::-webkit-scrollbar-thumb {
  background-color: #fd9ce3;
  border-radius: 10px;
}


::-webkit-scrollbar-thumb:hover {
  background-color: #f481d5;
}


::-webkit-scrollbar-corner {
  background-color: #f1f1f1;
}

a:link {
  color: #f481d5;
  background-color: transparent;
  text-decoration: wavy;
}

a:visited {
  color: rgb(251, 131, 225);
  background-color: transparent;
  text-decoration: none;
}


