* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #012957;
  color: hsl(0, 100%, 100%);
}
header {
  position: sticky;
  top: 0;
  background: #1f1f1f;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 10;
}
header h1 {
  margin: 0;
  font-size: 1.5rem;
}
#searchBox {
  padding: 10px;
  font-size: 16px;
  border: none;
  border-radius: 40px;
  height: 40px;
  outline: none;
  width: 300px;
}
main.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  padding: 1rem;
}
.result {
  background: #002f6898;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.2s ease;
  width: 300px;
  max-height: 350px;
  margin: auto;
  margin: 10px;
  padding-left: 1px;
}
.result:hover {
  transform: scale(1.05);
}
.result img.screenshot {
  width: 300px;
  height: auto;
  display: block;
  border-radius: 1px;
}
.result .div1{
max-height: 190px;
background-color: transparent;
overflow: hidden;
}
.result-info {
  padding: 10px;
}
.result-info h3 {
  margin: 0 0 5px;
  font-size: 1.1rem;
}
.result-info a {
  color: #26495a;
  text-decoration: none;
}
.result-info p {
  font-size: 0.80rem;
  color: #e9e7e7;
}
img{
    height: 32px;
    width: 32px;
    border-radius: 50%;
}
.websites-search{
   align-items: center;
   justify-content: center;
   display: flex;
   flex-direction: column;
   justify-items: center;
   height: 190px;
;
}
#results{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.favicon-container{
    display: flex;
    margin: 0;
    height: 49px;
    overflow: hidden;
    align-items: center;
    justify-content: start;
    justify-items: center;
}
.favicon-container div{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    font-size: 10px;
    padding-left: 1.5cap;
    padding-bottom: 5px;

}
.favicon-container div h3 a{
    font-size: 19px;
    margin: 0;
    text-decoration: none;
    margin: 0;
    color: #fff;
    
}
.favicon-container div h3{
    margin: 5px;
    margin-left: 0;
}
.websites-search h1{
  font-size:40px;
  color: #00ffff;
  font-family: Georgia, 'Times New Roman', Times, Verdana, Geneva, Tahoma, sans-serif;

}