*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --background: #f4ff1c;
  --white: #ffffff;
}

@font-face {
  font-family: "Dishout";
  src: url("../fonts/Dish\ Out.otf");
}

body {
  background-color: var(--background);
  font-family: Dishout;
  max-height: 100vh;
}

.center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-self: center;
  margin-top: 47vh;
  transform: translateY(-50%);
}

.hey {
  letter-spacing: -2px;
}
p {
  font-size: 3rem;
  display: block;
  text-align: center;
}

.small-text {
  font-size: 1.1rem;
  color: grey;
  line-height: 2rem;
  letter-spacing: -0.7px;
}

.img-header {
  width: 160px;
}

.pls {
  letter-spacing: 0px;
  font-size: 0.8rem;
  color: grey;
  max-width: 200px;
  text-align: center;
  position: absolute;
  bottom: 200px;
  left: 50vw;
  transform: translateX(-50%);
  line-height: 1rem;
}

.logo {
  width: 300px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.small-text {
  font-size: 25px;
  color: rgb(82, 82, 82);
  padding: 0;
  margin: 0;
  line-height: 25px;
}

.desig {
  font-size: 17px;
  color: rgb(3, 0, 0);
}

.social .lni {
  margin-top: 5px;
  color: rgb(5, 0, 0);
  font-size: 20px;
}
.lni {
  margin: 0px 4px;
}
.social .lni:hover {
  color: rgb(93, 227, 234);
  transform: translateY(-3px);
  transition: 0.3s;
}
