@font-face {
    font-family:'kurdish';
    src:url('/fonts/font.ttf');
    }

 *{
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body { 
  height: 100%;
  min-height: 100vh;
  display: flex;
  background-color: #0c112f;
  align-items: center;
  flex-direction: column;
  font-family: 'kurdish';
}
h1 {
  color: #fff;
  margin: 35px;
}
img {
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  max-width: 300px;
  object-fit: cover;
  border-radius: 0px;
  margin-block-start: 30px;
}
section{
  align-items: center;
  display: flex;
  flex-direction: column;
}
p {
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
.button-list {
  background-color: rgb(175, 0, 123);
  height: 40px;
  width: 300px;
  border-radius: 10px;
  font-family: 'kurdish';
  align-items: center;
  font-size: 18px;
  color: #fff;
  align-content: space-between;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 1px;
  margin-top: 15px;
}
.list {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.line {
  width: 100%;
  height: 1px;
  border: 0 none;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #fff;
}

#search-form {
  display: flex;
  align-items: center;
}

#search-input {
  font-size: 16px;
  padding: 8px;
  width: 18rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

button[type="submit"] {
  font-size: 16px;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  background-color: #d1135d;
  color: white;
  cursor: pointer;
  left: 10px;
}
