.header {
  position: sticky;
  top:0;
  background-color: white;
  border-bottom: 1px solid black;
  display: flex;
  justify-content: space-between;
}

.top-icon{
  height: 100px;
  width: 100px;
}

.heading {
  margin-left: 30px;
  display: flex;
  align-items: center;
}

.title{
  font-family: 'Anton', sans-serif;
}

.top-menu{
  display: flex;
}

a{
  text-decoration:none;
}

.privacy{
  margin: 30px;
}